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

The server side event during the drag and drop of the grouping and column element to filter the data. #1302

Closed Ekotenggara closed 2 years ago

Ekotenggara commented 2 years ago

Hi,

We are currently using pivottable.jsx to do our data analysis tab. Which works impressively very well, we cannot thank you enough :)

However our data is growing to few GBs, we need to be able to call some event in the server side to filter the data (or group the data) to help not to throw all the memory into the google chrome application memory.

Is there anyway to fire the server side event during the drag and drop of the grouping and column element?

Thank you,

Eko

nicolaskruchten commented 2 years ago

Unfortunately this is not a feature of this library, no... See FAQ: https://github.com/nicolaskruchten/pivottable/wiki/Frequently-Asked-Questions#server-side-integration

Ekotenggara commented 2 years ago

@nicolaskruchten Thank you for the clarification :)