DataTable.
# | ||
---|---|---|
1 al 16 de 16
Prop | Type | Description |
---|---|---|
structure | Array | Definition of the table columns. |
data | Array | Data to be displayed in the table. |
pagination | object | Pagination configuration and state. |
filter | object | Filtering options for the table. |
setDate | function | Function to set the date range for filtering. |
setPage | function | Function to set the current page for pagination. |
setSearch | function | Function to set the search query. |
dndFunc | function | Function executed when reordering rows. |
handleUpdate | function | Function to update a record. |
handleDelete | function | Function to delete a record. |
handleFeature | function | Function to handle feature toggling. |
orderNumber | boolean | Displays an order number in the first column. |
loading | boolean | Indicates whether the table is loading data. |
manageColumns | boolean | Enables column management. |