defaultRowsPerPage constant

int const defaultRowsPerPage

The default value for rowsPerPage.

Useful when initializing the field that will hold the current rowsPerPage, when implemented onRowsPerPageChanged.

Implementation

static const int defaultRowsPerPage = 10;