# useFilter
The useFilter
composable can be used for creating a ListViewFilters
-type. It handles the changing and clearing of the data for the developer. It
will automatically update the local state when the filter prop changes (for example when the user cancels the filters).
# Custom implementation
Check the ListViewFilterBoolean
component for a custom implementation of this composable. It does use the handleDataChanged
and handleDataCleared
methods for emitting the events, but uses custom handlers in the component.
← useEvents useFilters →