File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,8 @@ add or delete rows in the table!
166166| title | ` String ` | ` titleCase(key) ` | The title displayed in the header |
167167| searchable | ` Bool ` | ` true ` | Whether to allow searching rows by this column field |
168168| sortable | ` Bool ` | ` true ` | Whether to allow sorting the data by this column field |
169- | editable | ` Bool ` | ` true ` | Whether the column is editable by the user |
169+ | editable | ` Bool ` | ` true ` | Whether the column is editable by the user |
170+ | collapsible | ` Bool ` | ` false ` | Whether the column is collapsible (expand and collapse) |
170171| type | ` String ` | ` string ` | Data type of ` key ` . Allowed values: ` string ` , ` number ` |
171172| compareFunction | ` Function ` | - | Custom function provided by the user to sort the column |
172173| searchFunction | ` Function ` | - | Custom function provided by the user to search the column |
You can’t perform that action at this time.
0 commit comments