rowsPerPageOptions
Type
property
Summary
Customizes the options of the rows per page select field. Examples:set the rowsPerPageOptions of widget "table" to 10 & cr & 15 & cr & -1, "All"
Syntax
get the rowsPerPageOptions of <widget>
set the rowsPerPageOptions of <widget> to <string>
Description
Use the rowsPerPageOptions property to customizes the options of the rows per page select field. If less than two options are available, no select field will be displayed. Use -1 for the value with a custom label to show all the rows.