Skeleton Rows - Lingering at the top of the table after sorting or filtering #583
Answered
by
kscottthomas
kscottthomas
asked this question in
Q&A
-
Not sure how to troubleshoot this, but when I sort or filter I get a few Skeleton rows left at the top of the table. As I sort and filter the number of Skeleton rows seems to increase. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
kscottthomas
Jun 21, 2023
Replies: 1 comment 4 replies
-
Do you have some weird memoization going on? Never seen this. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes that is correct. The column that is considered to be the key and being set to the getRowID is being duplicated due to a poorly written SQL query. Thank you for getting to this so quickly!