Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Groups with groupedColumns #337

Open
pm4r opened this issue Jul 24, 2023 · 0 comments
Open

Groups with groupedColumns #337

pm4r opened this issue Jul 24, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@pm4r
Copy link

pm4r commented Jul 24, 2023

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']
}]}
@komarovalexander komarovalexander added the bug Something isn't working label Jul 24, 2023
@komarovalexander komarovalexander self-assigned this Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants