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
1 change: 1 addition & 0 deletions src/pages/docs/all-props/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Options property could be given to component as `options` property. You can chan
| addRowPosition | `first` or `last` | `last` | Position of add row |
| columnsButton | boolean | false | Flag for columns button that controls which column could be rendered |
| cspNonce | string | | cspNonce for react-beautiful-dnd context |
| defaultExpanded | boolean or func | false | Flag for whether row detail panels should default to expanded |
| debounceInterval | number | 200 | debounce interval for search and filter |
| detailPanelColumnAlignment | `left` or `right` | `left` | Detail panel column alignment. |
| detailPanelType | `single` or `multiple` | `multiple` | Detail panel visibility type. |
Expand Down