Premium support for our pure JavaScript UI components


Post by cubrilo »

Hi,

would it be possible to implement multiselect filtering. Specifically, I have groups and users tree that I would like to filter, but as a multiselect filter where I can also potentially limit the number of selected users/groups. I would like to know is something like this possible at all and where to start if is, or I should just do it somehow outside of scheduler before I pass the data.


Post by saki »

It is not fully clear what do you want to achieve. The filtering is very easy, we have several demos of it:

The tree example supports filtering too:

Can you post some screenshots/sketches of what exactly you want to achieve?


Post by cubrilo »

Something like this in the gif.

So to be able to select multiple users but also with grouping (and select whole groups) and that the input is also searchable. Is that good enough description?
Also calendar should not show anything until the filter selection has been done.

I am asking for your opinion just to know if I should spend time to try to do this or just do it outside the scheduler. I checked the examples that you provided but doesn't look to me it can be done. But I just found the combo/multiselect so maybe I can use that. Anyhow, any advice is appreciated.

Attachments
mulitselectsample2.gif
mulitselectsample2.gif (263.14 KiB) Viewed 388 times

Post by mats »

That looks very doable - it would take some coding but should end up as a slim subclass of Combo and should not be hard. If you would like us to implement it for you, we could do this as part of a sponsored feature effort. https://www.bryntum.com/services/

Related ticket: https://github.com/bryntum/support/issues/2459


Post Reply