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

Exclusions question #1279

Open Wizardon opened 3 years ago

Wizardon commented 3 years ago

Is it possible to have all attribute values which denote records to include in rendering for specific key in "exclusions" by default when the pivotable is loaded? maybe there is a sort of code where it is possible to do. Basically I would like to have all values for specific key "unchecked" by default. Thanks