Skip to content

Group panel

Compare
Choose a tag to compare
@komarovalexander komarovalexander released this 18 Mar 12:24
· 251 commits to master since this release
7a1e321

image

Allowing end-users to group by columns in UI #255
demo: https://komarovalexander.github.io/ka-table/#/grouping

groupPanel: {
    public enabled?: boolean;
    public text?: string;
    public deep?: number;
}

new action creators have been added: moveColumnBefore, insertColumn(#233), moveColumnToIndex, groupColumn, ungroupColumn

new childComponents: emptyCell, groupPanel, groupPanelCell