Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/docs/all-props/columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| defaultGroupOrder | number | | Default grouped column by order |
| defaultGroupSort | 'asc' or 'desc' | 'asc' | Default grouped sort direction |
| defaultSort | 'asc' or 'desc' | | Sorting direction: 'asc', 'desc' |
| dateSetting | { locale: string} | | The locale used to format the displayed date/time |
| dateSetting | { locale: string, format: string } | | The locale used to format the displayed date/time. Also the date format for the datepicker (defaults to "dd.MM.yyyy"). |
| disableClick | boolean | false | Disable the 'onRowClick' event for this cell |
| editable | 'always' 'never' 'onUpdate' 'onAdd' | 'always' | Editable custom component |
| editComponent | func | | Editable custom component |
Expand Down