Table

# Basic Usage


Table Component

PropTypeDescription
classNamestringAdditional CSS classes.
structurearrayDefinition of the table columns.
dataarrayData to be displayed in the table.
highlightedstringHighlights a specific text.
sizenumberSize of each row.
pagenumberCurrent page number.
minHeightnumberMinimum height of the rows.
dndFuncfuncFunction executed when reordering rows.
handleUpdatefuncFunction to update a record.
handleDeletefuncFunction to delete a record.
handleFeaturefuncFunction to handle feature toggling.
orderNumberboolDisplays an order number in the first column.
loadingboolIndicates whether the table is loading data.
manageColumnsboolEnables column management.