wenzhixin / bootstrap-table-examples

Bootstrap table examples
https://examples.bootstrap-table.com/
MIT License
2.23k stars 1.62k forks source link

Filtering the filter select items based on the another option in another filter select #491

Closed francogiacobbi closed 1 year ago

francogiacobbi commented 1 year ago

The example of i'm asking can be found directly on the examples page https://examples.bootstrap-table.com/#extensions/filter-control.html. e.g.: when you enter '5' in the column Item Name you see only 2 items in the list. But the dropdown menu of the item price shows all prices, not just the 2 different prices of the displayed rows (which I would like).

I need to refresh the items on a second filter select depending on a value of first filter select.

I've customized select filter values with use var:variable to load from a variable.

But if a redefine the used variabile the items contained in the second filter select are the same to initial starting.

smillove commented 1 year ago

这是一封自动回复邮件。已经收到您的来信,我会尽快回复。

francogiacobbi commented 1 year ago

Sorry i've made a mistake. Pubblished in wrong section.