Skip to content

scheduleOperations.pagination.rowsPerPage[]

← Back to the parameter index

Declared operation page-size choices stored with the panel state; the current renderer disables its paginator.

This is a compact property lookup. Use the contextual guide below for the complete feature model, configuration sequence, interactions, examples, and limitations.

Context
scheduleOperations panel
Accepted value
number[]
Required
No
Default
[10, 25, 50]

User scenarios

  • Understand that configured page-size choices currently have no visible pagination effect.

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/schedule-operations/stores/schedule-operations-panel/index.ts, symbol rowsPerPageOptions
  • Example coverage: Complete — The runnable drawer config declares [5, 10] and the guide identifies the disabled paginator.
  • Demo coverage: Partial — The fixture proves the config is accepted by the real drawer, but paginator=false leaves no visible page-size control. 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.