File tree 1 file changed +2
-1
lines changed
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!
166
166
| title | ` String ` | ` titleCase(key) ` | The title displayed in the header |
167
167
| searchable | ` Bool ` | ` true ` | Whether to allow searching rows by this column field |
168
168
| 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) |
170
171
| type | ` String ` | ` string ` | Data type of ` key ` . Allowed values: ` string ` , ` number ` |
171
172
| compareFunction | ` Function ` | - | Custom function provided by the user to sort the column |
172
173
| searchFunction | ` Function ` | - | Custom function provided by the user to search the column |
You can’t perform that action at this time.
0 commit comments