Can I pass filter data into my filtered column?
Can I pass filter data into my filtered column?
Hi everyone,
I currently have a table where some columns are filtered. They are filtered by a pulldown. It would convenient if I could setup an onClick elsewhere, completely outside the table, that will allow the users to also filter by passing in the data that matches the filter content in the list.
Logically, I think this is probably a simple javascript exercise, but my JS skills are weak.
Was hoping that:
a) this is possible
b) someone could show an example?
tyvm!
I currently have a table where some columns are filtered. They are filtered by a pulldown. It would convenient if I could setup an onClick elsewhere, completely outside the table, that will allow the users to also filter by passing in the data that matches the filter content in the list.
Logically, I think this is probably a simple javascript exercise, but my JS skills are weak.
Was hoping that:
a) this is possible
b) someone could show an example?
tyvm!
This discussion has been closed.