Appearance
table.pagination.rowsPerPage[]
Rows-per-page choices; the first value becomes the initial page limit.
This is a compact property lookup. Use the contextual guide below for the complete feature model, configuration sequence, interactions, examples, and limitations.
- Context
- table panel
- Accepted value
number[]- Required
- No
- Default
[3, 5, 10, 15]
User scenarios
- Offer useful table page sizes.
Related parameters
No direct parameter relationships are recorded.
Contextual guide and evidence
- Contextual guide: Open the complete human guide
- Source:
apps/panel/src/features/panels/variants/table/components/PanelTable.vue, symbolTABLE_PAGINATION_LIMIT_DEFAULT - Example coverage: Partial — The contextual guide explains the field and its behavior, but no focused example isolates it.
- Demo coverage: Complete — The custom-request Table pages two nested rows with rowsPerPage values [1, 2]. Open the runnable demo .