Skip to content

Commit

Permalink
docs: update available features instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
uwla committed Dec 5, 2024
1 parent 7927d91 commit 5b716fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ add or delete rows in the table!
| title | `String` | `titleCase(key)` | The title displayed in the header |
| searchable | `Bool` | `true` | Whether to allow searching rows by this column field |
| sortable | `Bool` | `true` | Whether to allow sorting the data by this column field |
| editable | `Bool` | `true` | Whether the column is editable by the user |
| editable | `Bool` | `true` | Whether the column is editable by the user |
| collapsible | `Bool` | `false` | Whether the column is collapsible (expand and collapse) |
| type | `String` | `string` | Data type of `key`. Allowed values: `string`, `number` |
| compareFunction | `Function` | - | Custom function provided by the user to sort the column |
| searchFunction | `Function` | - | Custom function provided by the user to search the column |
Expand Down

0 comments on commit 5b716fa

Please sign in to comment.