Live Filter - Events & Methods
Events
Live Filter behavior can be customized with the help of the call-back events. These events can be accessed from the events tab on the Properties panel. The trigger for the event can be JavaScript, another Variable call etc..
On before service call
This event will be called on Live Filter. Any validation checks can be performed here. Returning false from the script will stop the filtering.
On success
This event will be called after API returns a success response.
On error
This event will be called after API returns a failure response.
Methods
Following methods can be used from within the JavaScript to manipulate a Live Filter properties: