DefaultColumnOptions
Default values for
and its extension.
Override
method to change it app-wide. Pass to
to provide default values for one single table.
Properties
Name | Type | Description |
---|---|---|
cellRenderer |
| Cell renderer for columns without it defined. If it is also undefined, it fallback to |
filterable | boolean | undefined | Allow the column to be filtered. Default true. |
groupable | boolean | undefined | Allow the column to be grouped. Default true. |
resizable | boolean | undefined | Allow the column to be resized. Default true |
sortable | boolean | undefined | Allow the column to be sorted. Default true. |
visible | boolean | undefined | Display column in table. Default true. |