filtersForm with action button
Hello,
i create a simple report page with filter form.
The filters work properly but how do I update the filters with an action button instead of the simple change event?
And How do i create a reset button that reset all filters?
7 Replies
You can Defer the Filter which will enable you to customize the the apply filter action, referr to documentation
i don't use table filter,
but filtersForm, next inject filter to table query
any suggestions?
Its by design, the data between the table and the form is always live to refresh the widget, you can swap it with Action Modal, even in the docs it explain it refer to this
also, using the filters form do not do validation on the form refer to this
So using Action Modal will give you the benefit of validating the data on the form before reaching the database and also the filter will not be applied unti the user clicks on the apply button
Hope that helps
Thanks a lot