Our blazing fast Grid component built with pure JavaScript


Post by bensullivan »

Hi

We've noticed the out of the box filter editor does not seem to support specifying more than one value (ie cell value can be X OR Y OR Z ...)

Is this possible?

Thanks

Ben

Post by pmiklashevich »

Multi filtering is supported on store level. Please see the docs of StoreFilter mixin.
You can apply few filters and/or a filter function which implements custom filtering.

UI doesn't support having multiple inputs out of the box. You need to implement it yourself. As the most simple solution you can try to use one textfield and split values by a separator. For example "value1|value2|value3 and handle it in filterable function specified on your column.

Please also check FilterBar and Filter features for reference.

Pavlo Miklashevych
Sr. Frontend Developer


Post Reply