defaultRowsPerPage constant

int const defaultRowsPerPage = 10

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