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

Column flicker while sorting a column, when there is lazy loading + hideEmptyGroupColumns #130

Open
roblotter opened this issue Nov 22, 2022 · 0 comments
Assignees
Labels
Type: bug Something isn't working

Comments

@roblotter
Copy link
Contributor

Codesandbox demo

https://codesandbox.io/s/naughty-cartwright-r1s874

To Reproduce

Steps to reproduce the behavior (in the codesandbox above):

  1. Expand a group
  2. Sort the age column

Since hideEmptyGroupColumns is true by default, when reloading the datasource, the secondary group column (for the city field) is hidden while loading is in progress and then re-appears when loading is done. This causes an ugly flicker of columns.

@roblotter roblotter added the Type: bug Something isn't working label Nov 22, 2022
@roblotter roblotter self-assigned this Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant