ng2-smart-table
ng2-smart-table copied to clipboard
dropdown or checkbox multiple selection search function on one column
Is there any way to have a multiple selection that returns an array to be search on one column ?
my project requires a table that needs a "filter by types:" which can be a multi select dropdown or checkbox , once the user select two or more items the table must show all the data that has a value of any of the selected items.
Perhaps this option will help you:
https://akveo.github.io/nebular/docs/components/select/overview#nbselectcomponent
Has anybody found an answer to this issue? I already have the multiple select component but can't find how to implement the actual filter on the smart table.
@jedigirl did you find a solution ??