CellSpanArgs
Defines the properties for configuring a column in the grid, including layout, behavior, and data binding options. Specifies comprehensive column settings that control appearance, functionality, and user interaction capabilities. Enables customization of sorting, filtering, editing, and display characteristics for individual grid columns.
Props
The following table outlines the props for the CellSpanArgs:
| Name | Type | Default | Description |
|---|---|---|---|
| colIndex | number | - | The zero-based index of the current column. |
| column | - | The full column configuration object. | |
| data | T | - | The row data for the current cell. |
| field | string | - | The field name associated with the current column. |
| rowIndex | number | - | The zero-based index of the current row. |