ColumnConfigMap
Array of column configurations.
Convenience type alias for ColumnConfig<TRow>[].
type ColumnConfigMap = ColumnConfig<TRow>[]Example
Section titled “Example”const columns: ColumnConfigMap<Employee> = [ { field: 'name', header: 'Full Name', sortable: true }, { field: 'email', header: 'Email Address' }, { field: 'department', type: 'select', options: deptOptions },];
grid.columns = columns;See Also
Section titled “See Also”ColumnConfigfor individual column optionsGridConfig.columnsfor setting columns on the grid
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt