ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

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[];
    }[];
  • ColumnsSelectorImplementationProperties.select property
Copyright © 2023 ActiveViam