Seungwoo321 / vue-pivottable

It is a Vue port of the jQuery-based PivotTable.js
MIT License
136 stars 72 forks source link

Filter "too many to list" -> provide search field? #57

Closed khmmrl closed 2 years ago

khmmrl commented 2 years ago

When trying to filter on columns with many values, "too many to list" is shown and filtering is not possible.

What is "too many" and would it be a possibility to include a search field to reduce the list size and allow filtering if you know the concrete value?

Seungwoo321 commented 2 years ago

Hello khmmrl.

"Too many" defaults to 500. I think the following link will be helpful to you. https://seungwoo321.github.io/vue-pivottable/props/#menulimit

Thanks for using vue-pivottable.

khmmrl commented 2 years ago

Thank you! That was indeed helpful for me :-).