How can I merge cells of Ag-grid?

Venkatesh V picture Venkatesh V · May 10, 2017 · Viewed 7.6k times · Source

I am using Ag-grid and I need merge particular cells in a row.

How can I do this?

Answer

kmiklas picture kmiklas · Jan 31, 2018

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:

https://www.ag-grid.com/javascript-grid-column-spanning/