Hi experts,
um...I read the cellmerge section, and found the CellMerging feature is for the whole grid. Is there a way to cellmerge only a few lines? For example, I only need to merge the first row, column 3 to column 8? Thanks in advance.
Hello Ming,
CellMerging feature of the igGrid allows you to combine cells with same values next to each other in a column, not in a row. If you want to merge cells in a row, then you need to do it manually by modifying the DOM structure. If you need further assistance, feel free to contact me.
Best Regards,Tsanna Belcheva
Got it, thank you for your reply. I see the "merge" feature actually dims the same content in the same column, but they are still visible. Is there a way to make them invisible at all? Do i need to override "ui-iggrid-mergedcell" manually, set it's display:none, or there is a place for me to do the setting like
{ name: "CellMerging", initialState: "merged", mergedCellClass:MyCustomClass},