pivottable icon indicating copy to clipboard operation
pivottable copied to clipboard

Refresh data without complete redraw

Open gentle9 opened this issue 3 years ago • 3 comments

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()?

gentle9 avatar Feb 17 '22 01:02 gentle9

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

nicolaskruchten avatar Feb 17 '22 02:02 nicolaskruchten

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

gentle9 avatar Feb 23 '22 03:02 gentle9

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.

rsreen avatar Feb 14 '24 03:02 rsreen