TableData
| Generic types: | T | 
Wrapper for rows to be displayed in a table. It also has total rows information.
Properties
| Name | Type | Description | 
|---|---|---|
| rows | T[] |  | Data rows to display in table. It could by of T type or RowGroupData. If the request to datasource is about grouping data, this property will contains RowGroupData instead of T type. If pagination is applied, this property doesn't contain all data row. | 
| totalRows | number | Total of all row data. Used for pagination. | 

