rowCount property

int rowCount

Returns number of rows displayed in the PaginatedDataTable2. Throws if no table is attached to the controller

Implementation

int get rowCount {
  _checkAttachedAndThrow();
  return _state!._rowCount;
}