diff --git a/packages/api-generator/src/locale/en/VDataTableHeaders.json b/packages/api-generator/src/locale/en/VDataTableHeaders.json index d00ed1ab290..1ee8ca567be 100644 --- a/packages/api-generator/src/locale/en/VDataTableHeaders.json +++ b/packages/api-generator/src/locale/en/VDataTableHeaders.json @@ -6,6 +6,10 @@ "sticky": "Sticks the header to the top of the table." }, "slots": { - "[`column.${string}`]": "Slot for custom rendering of a column." + "[`column.${string}`]": "Slot for custom rendering of a column.", + "[`header.${string}`]": "Slot for custom rendering of a header cell.", + "header.data-table-expand": "Slot for the expand button in the header.", + "header.data-table-select": "Slot for the select-all checkbox in the header.", + "headers": "Slot to replace the default rendering of the `` element." } }