Filter Widget Server Side?

Hello,
the filter widget can be used to filter data by server side?

Hello @codejoin,

the filter widget can be used to filter data by server side?

The filter widget is primarily intended for client-side filtering, as the output generated by the widget can be directly used as a filtering function for any other component that supports data filtering (getFilterFunction()).

With that said, there should be no issues with using the value generated by the widget and forming a query that can be used for server-side filtering. For example: Code Snippet (the end result depends on the exact server request/query you want to issue).

Thanks. How can I trap filter view events?