-
Hi Robin, Just wondering if the table (lib) is designed to manage large quantity of items. At least for me, a large list is not so large. Some 1000 - 2000 items is a range I considered a large list for a table. So the question is: is the library designed with this feature in mind? Again, many thanks for your work. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @mgrivera and thanks for your interest. To be honest, I didn't try the table with lots of data which is displayed at once yet. Even though we are using the table with lots of data (up to 100.000 nodes), its paginated (see here). Anyway, since the table is composed of components, I could imagine that you could maybe just wrap the Body component in something like React Virtualized or React Window? Would be worth a try. Sorry that I don't have an example for this case yet. I know it's a common problem, but I extended the table library only so far to meet my client's requirements 😅 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Story: https://react-table-library.com/?path=/story/recipes-large-tables--large-list-tree
Source Code: https://github.com/table-library/react-table-library/blob/master/.storybook/stories/Recipes/large-table.story.js