You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
always started the first row of a page with a white background.
Now, the first row will alternate white/grey on odd/even pages respectively, as if the pattern were continuing across pages.
Also, if you don't update rows during onSort, the rows keep their background colour; so you could end up with multiple whites/greys in succession. For now, I'm just going to disable stripes
It used to but virtualization broke it and we use a 3rd party library (react-window) to handle that for us.
So fixing the issue is either a matter of forking the repo or contributing upstream but either way we haven't had a chance to address it yet. As you can see with the issues piling up around rows, we clearly want and need to though.
Prior to virtualisation, the config
always started the first row of a page with a white background.
Now, the first row will alternate white/grey on odd/even pages respectively, as if the pattern were continuing across pages.
See also #4483
The text was updated successfully, but these errors were encountered: