rowsPerPageText property
Introduction
The rowsPerPageText property goes with the rowsPerPage property that is set inside the Paging{} property group (PG) Parent. The rowsPerPageText allows the desired text to be displayed right next to the integers in the dropdown menu of the rowsPerPage property.
example: rowsPerPageText property
example: final result with rowsPerPage property without text enhancement.
As you can see the rowsPerPage property only displays the integers while the rowsPerPageText displays the integers along with the desired text.
Click here to see the rowsPerPage property details.
Below is an example of how these two properties would be set in the Paging{} property group Parent.
Paging{ rowsPerPage: 10,25,50,100, All; rowsPerPageText: rows displayed; }
Note: Everything in purple text is what can be changed in these two properties.
example: final result in the running Operation with dropdown menu open.
Note: The “ALL” in the rowsPerPage property will render all rows available. Please be aware that loading very large numbers of rows can cause slow performance.
How to set up
First choose the Operation you wish to set this feature on and edit it. Then scroll down to the Properties settings which is under the Display settings in the Operation Manager.
example: go to the Property settings within the Display settings of the Operation Manager in WOW.
Here you will set the Paging{} property group with this new added feature.
example: set in the Paging{} property group
example: final result view with rowsPerPageText property.