Hi, I have a reasonably sized table, and we want to store our filter values for later re-use.
I have figured out how to automatically populate the table headers ... but, the filtering doesn't trigger.
How can I programmatically trigger the table refresh event to update the table with the header filters?
The following link is to a capture of what I am trying to fully automate. When I press the "Store Filters" button I create, it loads the default values into the filter headers. When I click in the field marked "Property", I then press an arrow button on my keyboard. The keydown event triggers a refresh of the filters.
https://www.screencast.com/t/0YqSI4K5qOgU
Thanks!!
Hey,
if you trigger a change event on one of the filter inputs when you set its value, then that will trigger the filtering of data.
Let me know if that answers your question.
Cheers
Oli
Worked awesome, thank you very much!