Optional
archiveFlag indicating if the archive row column is visible (optional).
Optional
backgroundThe background color of the table (optional).
Optional
colorThe color of the text in the table (optional).
The columns of the table.
The data to be displayed in the table.
Optional
deleteFlag indicating if the delete row column is visible (optional).
Optional
disableOptional
editFlag indicating if the edit row column is visible (optional).
Optional
handleThe function to handle row archiving (optional).
Optional
e: EventOptional
handleThe function to handle row deletion (optional).
Optional
e: EventOptional
handleThe function to handle row editing (optional).
Optional
e: EventOptional
hoverThe background color of the hovered rows in the table (optional).
Optional
renderA function to render a data export component (optional).
Optional
headerProperty: stringOptional
selectedThe background color of the selected rows in the table (optional).
Generated using TypeDoc
The Props interface represents the properties of the Table component.