/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VDataTableRows.json
25 строк
2 KB
J-Sek
feat(VDataTable): add `expanded` slot with transition support (#22871)
27 май 2026, 13:53
Не верифицирован
27 май 2026, 13:53
54ed488
Код
Авторство
О чём код?
{ "description": "Used to define the rows for a `v-data-table`.", "props": { "cellProps": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used.", "expandTransition": "Transition used to animate the `expanded` slot content. Pass a string transition name, a component via `{ component }`, or any `<Transition>` props object.", "loading": "Displays `loading` slot if set to `true`", "loadingText": "Text shown when the data is loading.", "rowProps": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row." }, "slots": { "[`header.${string}`]": "Slot for custom rendering of a header cell.", "header.data-table-expand": "Slot to replace the default `v-icon` used when expanding header.", "header.data-table-select": "Slot to replace the default `v-checkbox-btn` in header.", "[`item.${string}`]": "Slot for custom rendering of a column.", "data-table-group": "Slot for custom rendering of a group.", "data-table-select": "Slot for custom rendering of a header cell with the select checkbox.", "expanded": "Slot for custom rendering of the expanded content inside a row spanning all columns.", "expanded-row": "Slot for custom rendering of an expanded row.", "group-header": "Slot for custom rendering of a group header.", "group-summary": "Slot for custom rendering of a group summary.", "item.data-table-expand": "Slot for custom rendering of a row cell with the expand icon.", "item.data-table-select": "Slot for custom rendering of a row cell with the select checkbox.", "loading": "Slot for custom rendering of the loading state." } }