You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't really help you if I don't know what your data looks like. If you don't have an id for the column, you likely have a column number (e.g., you want to filter the second column).
Also, the filtering is done on the key of the values object, so you should rather do something like:
Hello,
I have no clue about how to use my filter outside the table. I have created a select element
This is what I'm trying to do
filters: {
_1 : { element : $("#ASIN"), values : {0: "B0000934FH", 1: "B00009HYTD"} },
I don't have an id for the column and ASIN is the id for my select element.
Please help
Thanks
The text was updated successfully, but these errors were encountered: