mui-datatable-delight
    Preparing search index...

    Function DataFilterBox

    • 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.

      Type Parameters

      • T

      Parameters

      • __namedParameters: { filterUpdate: FilterUpdateType<T>; handleClose: () => void }
        • filterUpdate: FilterUpdateType<T>

          Callback to trigger filter update

        • handleClose: () => void

      Returns ReactNode