Is there a way to update the dropdown values based on new data after applying the first filter? For example, only displaying $0 in the second dropdown menu?
Essentially, I want to filter the values in a table and then have the dropdown options reflect the filtered results.
Thank you for any help!
I tried looking at the GitHub code for a Bootstrap table filter extension, but I couldn't figure out how to implement it.