AnalyticalTable: are there any plans to migrate to @tanstack/react-table (v8)? #8315
-
|
Since v7 has been unmaintained for several years, it can cause performance limitations when dealing with large datasets. It would be helpful to understand whether such a migration is on the roadmap or if there are any recommended approaches for handling large data volumes with AnalyticalTable. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Regarding Regarding performance: For handling large datasets, here are some recommended approaches:
Important: The most common reason the If you're experiencing a specific performance issue, feel free to share a reproducible example and we can take a closer look. |
Beta Was this translation helpful? Give feedback.
Hi @yauhenikashlei
Regarding
react-table(@tanstack/table) v8:Migrating the
AnalyticalTableto use v8 is not feasible, as the underlying structure has completely changed. There were efforts planned to introduce a new table that leverages the v8 react-table, but they are now on hold for a while, since our capacity is limited and priorities have changed. Early prototyping of a v8-based table showed some minor improvements, though the prototype only covered basic features with minimal overhead, so a direct comparison to the fullAnalyticalTableis not meaningful. You can find more information about this here, and to receive updates if development of the new table continues by subscribing to…