i have a query to bring some data. i added 3 dropdown to filter the table. i used Search term to filter but i can not combine 3 filter together. for instance 1st filter is category filter, 2nd filter is seller, 3rd filter is booking number.
i used && operator to use 3 filter together, but it did not work too
i used normal filter, and nested filter but when i run 3rd filter, i am getting following error.
and i want to see only related dropdown options. for example i have 100 booking in different categories. when i select adventure, i want to see only adventure category's booking in dropdown menu, not all booking. in order to do that i am using table.data as data source for dropdowns.
many thanks for your help, i really appreciate that. instead tag, i used string, it works.
i also want to share the way, in case someone needs.
1st, with sql query i get the data, and convert the tag into strings.
2nd, i need to filter the data based on 3 different column variables, so i added 3 select/dropdown menu
As data source in selects, i used following block of code. because i need to see related values, based on each filter