Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/table-features/pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ Additionally, you may also configure the default items per page by passing the p

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

::: tip 💡 TIP
If you use a `$perPage` value which is not present in `$perPageValues` array, it will be added automatically.
:::

## Disable Pagination

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