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

[IDEA] PivotTable.js must allow to filter on each computed values #1277

Open miraks31 opened 3 years ago

miraks31 commented 3 years ago

Sometimes, when the result table is large, we would like to filter it BUT not on the columns or rows values BUT on the computed values (eg. total). Those filters must allows some mathematical comparison like: =, !=, <, >, <=, >=

Thank you for your job.