Getting Started
Usages
Columns
API References
ngx-panemu-table / Class

TableData

Generic types:T

Wrapper for rows to be displayed in a table. It also has total rows information.

Properties

NameTypeDescription
rows
T[] | RowGroupData[]

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.