Scrolling performance in "tight" table #259
Unanswered
highviolet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
First of all, thank you for a great library.
I want to have a tight table displaying a lot of row at once (virtualized of course).
I have noticed that the scrolling performance degrades in this case.
See e.g. https://stackblitz.com/edit/github-fnqxz2?file=src%2FTS.tsx
The only change I have made to the virtualization example is to add this:
mantineTableProps: {verticalSpacing: 0}
Perhaps there is some other way to decrease the spacing but maintaining the performance?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions