Our blazing fast Grid component built with pure JavaScript


Post by ashupp »

Hello,

i am wondering if there is an easy way to create a filter or a search which is filtering over all available columns.
I would like to have only one input field. Like in the search example but the not matching records should not be visible.

Thank you and best regards, Alex


Post by mats »

Sure, just call a simple taskStore filter which iterates over all the visible columns. Docs:

https://bryntum.com/docs/gantt/#Core/data/mixin/StoreFilter#function-filterBy

https://bryntum.com/docs/gantt/#Grid/view/Grid#property-columns


Post Reply