Tabulator: Trigger Apply Header Filters

Created on 8 Feb 2017  路  2Comments  路  Source: olifolkerd/tabulator

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!!

Question - Ask On Stack Overflow

All 2 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

c3pos-brother picture c3pos-brother  路  3Comments

AndrewHutcheson picture AndrewHutcheson  路  3Comments

cemmons picture cemmons  路  3Comments

mconnelley picture mconnelley  路  3Comments

alainpannetier picture alainpannetier  路  3Comments