Skip to contents

Columns: Spanning

Usage

ag_col_span(x, columns = NULL, colSpan = NULL, rowSpan = NULL, ...)

Arguments

x

aggrid Object

columns

Specify the column to modify, Default is all columns.

colSpan

By default, each cell will take up the width of one column. You can change this behaviour to allow cells to span multiple columns.

rowSpan

By default, each cell will take up the height of one row. You can change this behaviour to allow cells to span multiple rows.

...

please see https://www.ag-grid.com/javascript-data-grid/column-properties/.