Skip to main content

Column Spanning

Column spanning is done by add a colSpan?: (item: T) => number function to a column definition. Anything greater than 1 will make the cell span into adjacent cells. -1 means span over all columns in the grid area.

View Source