className | string | Additional CSS classes. |
structure | array | Definition of the table columns. |
data | array | Data to be displayed in the table. |
highlighted | string | Highlights a specific text. |
size | number | Size of each row. |
page | number | Current page number. |
minHeight | number | Minimum height of the rows. |
dndFunc | func | Function executed when reordering rows. |
handleUpdate | func | Function to update a record. |
handleDelete | func | Function to delete a record. |
handleFeature | func | Function to handle feature toggling. |
orderNumber | bool | Displays an order number in the first column. |
loading | bool | Indicates whether the table is loading data. |
manageColumns | bool | Enables column management. |