Bootstrap table filter-control - how to undo unwanted values ​​from selection options

Using the Boostrap by whenzhixin table with a filter extension.
http://bootstrap-table.wenzhixin.net.cn/extensions/#table-filter-control

When we have many selection filters, it would be great to update the filter options and hide values ​​that do not exist in the current data view.

I better explain it on jsfiddle. https://jsfiddle.net/e3nk137y/3345/

If we select "First": "A" than on the "Second" filter option "3", disable / deactivate. As a rule, it would be great to update all filter parameters after each filtering action.

I also create a problem at https://github.com/wenzhixin/bootstrap-table/issues/1540

+1
source share

Source: https://habr.com/ru/post/1606783/


All Articles