Skip to content

Commit

Permalink
Document showSetup in RelationController
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers authored Nov 4, 2023
1 parent 7f88b8a commit 0b18531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/relations.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Option | Type | Description
------------- | ------------- | -------------
`form` | Form | a reference to form field definition file, see [backend form fields](forms#defining-form-fields).
`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`
`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`.
Expand Down

0 comments on commit 0b18531

Please sign in to comment.