Appearance
scheduleOperations.pagination.rowsPerPage[]
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, symbolrowsPerPageOptions - 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 .