I am using Ag-grid and I need merge particular cells in a row.
How can I do this?
ag-Grid calls this "Column Spanning." In the good old' days of HTML tables, we'd call this colspan
, and rowspan
for the closely-related action of merging cells vertically.
Anyway, here is the ag-Grid reference: