AllenFang/react-bootstrap-table

Feature Request: Multi Select Filter

email2vimalraj opened this issue · 3 comments

First of all, I would like to thank you for this wonderful plugin. I use the remote option for the table and I would like to have multi select filter in one particular column. Currently, the library supports a SelectFilter. It would be great if we can implement MultiSelectFilter type as well.

hi @email2vimalraj, it's a good idea, and I think it can be support in near future. For now, you can use a custom filter as a workaround(It's an example). Feel free to discuss with me.

+1 for feature

Hi @AllenFang , I actually tried to do the custom filter as workaround and the example works perfectly, but I need to Filter 3 values instead of 2 and be able to set default values, so that f.e. only "yes" is shown when loading the page. I'm trying to manage this but it seems that I'm not making any big progress to be able to get this working. Could you help me out please? I'm not very experienced in programming, I'm sorry.