Slots
| name | description |
|---|---|
| customize-headers | Slot for customizing table headers |
| header | Slot for customizing individual headers |
| header-${header.type}-${header.text} | Slot for customizing headers based on their type and text |
| sort-icon | Slot for customizing sort icons |
| item-${header.value} | Slot for customizing individual items based on their value |
| item | Slot for customizing individual items |
| no-rows-custom | Slot for custom content when there are no rows, customized |
| no-rows | Slot for custom content when there are no rows |
| empty-message | Slot for displaying an empty message |
| footer | Slot for customizing the footer of the table |