availableRowsPerPage property

List<int> availableRowsPerPage
final

The options to offer for the rowsPerPage.

The current rowsPerPage must be a value in this list. Options that are larger than total number of avaialble rows will be hidden.

The values in this list should be sorted in ascending order.

Implementation

final List<int> availableRowsPerPage;