Debug (trace) filtering process via dropdown menu

Tags: #<Tag:0x00007f8b2b11ec58>

What piece of code is responsible for filtering process in a dropdown menu? Debugging code is not an option at the moment…

E.g. If i choose filtering criterias and click ‘Ok’, what piece of code inside the Handsontable engine starts working?

Hey @n.schipkov

the Filters plugin is being triggered. You can check every detail of the filtering before it happens in the beforeFilter hook.

1 Like