Skip to content

Commit

Permalink
docs(VDataTableHeaders.json): Added missing description of VDataTable…
Browse files Browse the repository at this point in the history
…Headers (#20640)
  • Loading branch information
iNSaNiA0821 authored Oct 30, 2024
1 parent dad5163 commit 9809ad5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/api-generator/src/locale/en/VDataTableHeaders.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<thead>` element."
}
}

0 comments on commit 9809ad5

Please sign in to comment.