We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09790e7 + ab8c473 commit ac319a3Copy full SHA for ac319a3
docs/table-features/pagination.md
@@ -44,6 +44,10 @@ Additionally, you may also configure the default items per page by passing the p
44
45
To configure the dropdown menu options, pass an array with values as the `$perPageValues` parameter. The value `0` represents the "show all" option.
46
47
+::: tip 💡 TIP
48
+If you use a `$perPage` value which is not present in `$perPageValues` array, it will be added automatically.
49
+:::
50
+
51
## Disable Pagination
52
53
To disable pagination, you can simply remove the method `showPerPage()` from the `Footer::class`.
0 commit comments