totalRows property

String? totalRows
getter/setter pair

Total rows of the entire table.

In order to show default value 0 we have to present it as string.

Implementation

core.String? totalRows;