rwjblue / pivot.js

Build Pivot Tables from CSV/JSON Data
http://rwjblue.github.com/pivot.js/
Other
782 stars 134 forks source link

Chosen/Select2 Integration #14

Closed alexgann closed 11 years ago

alexgann commented 11 years ago

Addressing Issue #10. Very simple PR checks if chosen or select2 plugin is loaded and if so attaches it to all filter select boxes. Developer can then specify filterType:'multiselect' on fields where they want multi-filter behavior.

Pivot.js handles the multiple selected values brilliantly without any changes.

rwjblue commented 11 years ago

This looks great, thanks!