ToolbarDataFilterBox is a component that renders a filter dialog box for a data table,
allowing users to apply filters to the table's data. It utilizes the context from the
data table to access current state, options, and actions.
The component maintains an internal filter list state that reflects the current filters applied.
It also provides a reset functionality to clear all filters and optionally interfaces with
server-side data management if specified in the options.
ToolbarDataFilterBox is a component that renders a filter dialog box for a data table, allowing users to apply filters to the table's data. It utilizes the context from the data table to access current state, options, and actions.
The component maintains an internal filter list state that reflects the current filters applied. It also provides a reset functionality to clear all filters and optionally interfaces with server-side data management if specified in the options.