Bootstrap-table: make multiple-filter with data-filter-control it possible?

Created on 22 Jan 2017  路  11Comments  路  Source: wenzhixin/bootstrap-table

i need filter data by multiple values of one field.

duplicate filter-control

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

All 11 comments

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 how to disable sorting on this select click?

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

simkeyur picture simkeyur  路  19Comments

sxahmed picture sxahmed  路  19Comments

typo3ua picture typo3ua  路  23Comments

iamthestreets picture iamthestreets  路  26Comments

jesussuarz picture jesussuarz  路  17Comments