rowsPerPage property
int
get
rowsPerPage
Returns number of rows displayed in single page of the PaginatedDataTable2. Throws if no table is attached to the controller
Implementation
int get rowsPerPage {
_checkAttachedAndThrow();
return _state!._effectiveRowsPerPage;
}