Skip to content

Commit 5b716fa

Browse files
committed
docs: update available features instructions
1 parent 7927d91 commit 5b716fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)