We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170fc1f commit ab8c473Copy full SHA for ab8c473
1 file changed
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