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

GroupedColumn

Extends:Pick<BaseColumn<any>, "label" | "type" | "__key">

Group several column headers. It works by incorporating rowspan and colspan th element attributes.

Properties

NameTypeDescription
children
(GroupedColumn | NonGroupColumn<any>)[]
label
string
type
ColumnType.GROUP