-
I'm migrating from V7 to V8. The table uses column visibility, virtualized rows & sorting functionalities. Everything works fine. But I noticed sorting is slow in V8. Am I missing something? Has anybody noticed the same? |
Beta Was this translation helpful? Give feedback.
Answered by
vicke4
Sep 22, 2023
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I was using the wrong key on the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vicke4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was using the wrong key on the
tr
tag. After fixing that, everything is working fine.