This library is wonderful ❤️ #3410
abenhamdine
started this conversation in
General
Replies: 1 comment
-
@abenhamdine I agree, there's still some missing features like freezing a column to the right side. At first We went with ReactGrid which is also a great library, but we didn't like the sticky behavior of the input in edit mode (when scrolling while editing). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just to say that.
I have thoroughly tested different datagrid libraries, because we have a very data-intensive application we progressively migrate to Next.js, with some tables with more of tens of thousands rows.
This library is so far the fastest we have used 🚀
It seems like virtualization is very well implemented.
The keyboard accessibility is also great, it's very rare.
The library is a bit low level (you have to implement the filters by yourself for example) but frankly it's not a problem.
Congrats to the authors/maintainers ! 👏
Beta Was this translation helpful? Give feedback.
All reactions