Unfortunately I haven't found a good way yet to listen on table form filter change events.
I have the table filters: startDate and endDate and want to listen on the component above the tablefilter when one of the field gets changed.
Is there an easy way to emit specific events from a form filter? like: ->emitEvent({name}, ..) or something.
Or is there a predefined event?
Same goes for the reverse way: Emit an event from the parent component and listen to the events in the filament table and change some filter values when a specific event occurs.