i need filter data by multiple values of one field.
Yes it's possible. I think v2.1.1 of bootstrap-table-filter-control.js is broken. Try v2.1.0.
respectively take bootstrap-table-filter-control.js dist/extensions/filter-control directory. File in src/extensions/filter-control is newer but buggy.
my current version work, but i dnt understand how make this search multiple.
i try use multiple-select.js , but select not unfold in table->th
or if i add custom select form to
I'm not sure if I understood your question @Megido6 do you want to have select control in every column of your table?
@velkyel do you have any example of the issues related to filter-control??
djhvscf, no, just multiple select for one column.
like this http://issues.wenzhixin.net.cn/bootstrap-table/#options/boolean-options.html
but in header row, under column header title
@Megido6 this is not supported in this moment.
@velkyel do you have any example of the issues related to filter-control??
@djhvscf Are there any plans to implement multiple select filter in near future?
I'm using server side pagination and filtering, so it would be enough to just send the multiple values in params and let backend do the work.
Yes this is a nice function
Here an example using a different library: http://koalyptus.github.io/TableFilter/deep-linking.html
Duplicate of #3298
Most helpful comment
djhvscf, no, just multiple select for one column.
like this http://issues.wenzhixin.net.cn/bootstrap-table/#options/boolean-options.html
but in header row, under column header title