Home > @activeviam/activeui-sdk > ColumnsSelectorImplementationProperties > select
ColumnsSelectorImplementationProperties.select property
Create one or several groups of columns, with a key for the group.
Signature:
select: (headers: TableHeader[], hiddenColumnsNames: string[], dataSource: DataSource) => {
key: string;
selection: TableHeader[];
}[];