Skip to content

Commit ac319a3

Browse files
Merge pull request #135 from MrYamous/feat/document-1999
doc: add doc for code pr 1999
2 parents 09790e7 + ab8c473 commit ac319a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/table-features/pagination.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ Additionally, you may also configure the default items per page by passing the p
4444

4545
To configure the dropdown menu options, pass an array with values as the `$perPageValues` parameter. The value `0` represents the "show all" option.
4646

47+
::: tip 💡 TIP
48+
If you use a `$perPage` value which is not present in `$perPageValues` array, it will be added automatically.
49+
:::
50+
4751
## Disable Pagination
4852

4953
To disable pagination, you can simply remove the method `showPerPage()` from the `Footer::class`.

0 commit comments

Comments
 (0)