The date format of the table header.
Optional
disableFlag indicating if filtering is disabled for the table header (optional).
Optional
disableFlag indicating if sorting is disabled for the table header (optional).
The function that is called when the sort button is clicked.
The function that is called when the reset button is clicked.
The function that is called when the search by property is triggered.
The function that is called when the toggle button is clicked.
The current input values for searching.
Record indicating whether search by property is open for each property.
Indicates if the property is currently the sort key.
Flag indicating if the table header is visible.
The label of the table header.
The property of the table header.
The current order of the sort. Can be 'asc', 'desc' or 'noSort'.
Generated using TypeDoc
The TableHeaderProps interface represents the properties of the TableHeader component.