Replies: 3 comments
-
Hey! That is a great question. The answer currently as I understand the project is - it depends. |
Beta Was this translation helpful? Give feedback.
-
Got it! Thanks for the quick response.
Doing controlled edits with this can help me achieve exactly this with Essentially, I only want to use this as a canvas for exploring the data on my backend. |
Beta Was this translation helpful? Give feedback.
-
One possible solution is to isolate the engine from the spreadsheet in a way that will enable it to put the engine in a remote server and let the communication be over the wire. I'm not sure how performant such a solution would be. |
Beta Was this translation helpful? Give feedback.
-
Is this meant to be used for entirely client side applications? I was wondering if I can use this frontend component for building a viewer for big data, that I need for my internal team. My data could have hundreds of millions of rows over hundreds of columns. I was wondering if we have any opinions about holding only the required data in state, while hydrating and removing the data as the user scrolls.
Virtualization is missing, but I'm happy to open a PR with virtualization if this library is intended to go in that direction.
Let me know if the query doesn't make sense.
Beta Was this translation helpful? Give feedback.
All reactions