availableRowsPerPage property

List<int> availableRowsPerPage
final

The options to offer for the rowsPerPage.

The current rowsPerPage must be a value in this list.

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

Implementation

final List<int> availableRowsPerPage;