defaultRowsPerPage top-level constant

int const defaultRowsPerPage

The default value for rowsPerPage.

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

Implementation

const int defaultRowsPerPage = 10;