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

Search the full pivot table and filter based on that #1290

Open vkresch opened 2 years ago

vkresch commented 2 years ago

I have a question regarding the ability to make a full string search on the whole pivot table regardless of the column selected or filtered. Is there already some kind of functionality or does pivottable.js only supports searches in the filter dropdown.

Thanks for the answers and sorry if I missed something. Love the project!