Skip to content

table.pagination.rowsPerPage[]

← Back to the parameter index

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, symbol TABLE_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 .

The panel source named above remains authoritative for runtime behavior. This secondary reference page is generated from the reviewed parameter matrix and does not replace the contextual guide.