nicolaskruchten / pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
https://pivottable.js.org/
MIT License
4.35k stars 1.08k forks source link

Refresh data without complete redraw #1293

Open gentle9 opened 2 years ago

gentle9 commented 2 years ago

I have data with continous updates and if I update the pivot with pivotUI() the whole pivot blinks. This also happens if I have a table as pivot. If I am scrolling down in the table and an update is performed the table blinks for a second and I lose my scroll position. https://jsfiddle.net/gkexvjur/

Is there a way to not complete render the pivot when updating the data with pivotUI()?

nicolaskruchten commented 2 years ago

You may have more luck with the React-based version of this library: https://react-pivottable.js.org/

gentle9 commented 2 years ago

Thank you for your resonse. I am using an Angular App. Is there any way to use the component within angular?

rsreen commented 7 months ago

Hello, I too facing the same issue. Is there any luck to have this feature in the jQuery version of this library? I am using an ASP.NET App.