Skip to content
Merged
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 backend/relations.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Option | Type | Description
`list` | List | a reference to list column definition file, see [backend list columns](lists#defining-list-columns).
`showSetup` | List | displays the list column set up button.
`showSearch` | List | display an input for searching the records. Default: `false`
`search` | List | Search widget options array (prompt, mode, scope, searchOnEnter); see [search options](lists#adding-a-toolbar).
`showSorting` | List | displays the sorting link on each column. Default: `true`
`defaultSort` | List | sets a default sorting column and direction when user preference is not defined. Supports a string or an array with keys `column` and `direction`.
`recordsPerPage` | List | maximum rows to display for each page.
Expand Down