ka-table icon indicating copy to clipboard operation
ka-table copied to clipboard

Groups with groupedColumns

Open pm4r opened this issue 2 years ago • 0 comments

When I try to use groups with groupedColumns, headers don't align well with columns - they are shifted to the left. You can reproduce it by running code from https://komarovalexander.github.io/ka-table/#/grouping And adding following to table props:

groupedColumns= {[{
        key: 'groupedcolumn1',
        title: 'Group 1',
        columnsKeys: ['name', 'country']
}]}

pm4r avatar Jul 24 '23 09:07 pm4r