Skip to content

Commit fc0b199

Browse files
committed
Update docs about collection pagination
1 parent 1b7937b commit fc0b199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/panels/collection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Required parameters are marked with an asterisk `*`
1616
|`actions`|`array`, `bool`|`view`, `edit`|Actions to allow: `view`, `edit`, `trash` (`false` to disable)|
1717
|`editMode`|`string`|`blank`|How to open edit links (`none` for same window, `blank` for new tab or `modal`)|
1818
|`viewMode`|`string`|`blank`|How to open view links (same options as `editMode`)|
19-
|`pagination`|`bool`|`true`|Display pagination info if collection has a `limit` set?|
19+
|`pagination`|`bool`|`true`|Display pagination links if collection has a `limit` set?|
2020
|`headers`|`bool`|`true`|Display table headers?|
21-
|`'emptyMessage'`|`string`||Placeholder to show if the collection is empty, i.e. no pages were found|
21+
|`emptyMessage`|`string`||Placeholder to show if the collection is empty, i.e. no pages were found|
2222
|`dateFormat`|`string`|`relative`|Format to use for DateTime columns|
2323
|`maxImageNum`|`int`|`1`|Number of thumbnails to show for image columns|
2424

0 commit comments

Comments
 (0)