The bottom bar component.
Column resizer/slider component.
A component that renders a form with checkboxes for each column with viewColumns
set to true.
The component is used in the <Toolbar />
.
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.
Callback to trigger filter update
Display a list of currently applied filters.
The row expansion button component.
The selected rows toolbar component.
It renders the number of selected rows and either a custom component
provided by the user or a default delete button. When the delete button
is clicked, it will call the onRowsDelete
function provided by the user
or the onAction
function with the TableAction.ROW_DELETE
action.
Main table component
Table body
Table Head
Toolbar component.
Global <Checkbox />
component inside <DataTable />
Global <Tooltip />
component inside <DataTable />
Announce text