Our blazing fast Grid component built with pure JavaScript


Post by vadim@lab-event.com »

Hello
I wanted to know how can I make a custom fields in filter bar?
For example, I want to make the filter not one field, but two, to make a range by date
so that the user can select two dates at once in different fields
the same, for example, with time, so that a person can choose the time from and to


Post by alex.l »

Hi,

That's not supported at the moment. We have a feature request for that https://github.com/bryntum/support/issues/1222

All the best,
Alex


Post by emil »

Hi,

Have you considered using the Filter feature instead of FilterBar? If you use the https://www.bryntum.com/products/gantt/docs/api/Grid/feature/Filter#config-isMulti config, there is a column popup that uses the https://www.bryntum.com/products/gantt/docs/api/Core/widget/FieldFilterPickerGroup to allow combinations of filters.

There is a demo of this mode at https://bryntum.com/products/gantt/examples/fieldfilters/.

We're in the process of making this isMulti mode the default for the Filter feature and improving integration with the cell and column context menus.

Thanks,

Emil


Post Reply