/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VTable.json
17 строк
1 KB
J-Sek
docs(VDataTable): clarify the importance of height prop
15 июл 2026, 16:55
15 июл 2026, 16:55
ddde8aa
Код
Авторство
О чём код?
{ "description": "Replacement for native `<table>` HTML element. Lightweight alternative to `v-data-table`.", "props": { "fixedFooter": "Makes the footer stick to the bottom of the table while scrolling. Requires the **height** prop.", "fixedHeader": "Makes the header stick to the top of the table while scrolling. Requires the **height** prop.", "gridlines": "Controls cell borders\n- **horizontal** draws lines between rows\n- **vertical** between columns (keeps horizontal lines of header and footer rows)\n- **all** / `true` draws both vertical and horizontal lines\n- `false` removes all lines.", "height": "Use the height prop to set the height of the table.", "hover": "Will add a hover effect to a table's row when the mouse is over it.", "striped": "Applies a background to either **even** or **odd** rows." }, "slots": { "bottom": "Slot to add content below the table.", "caption": "First slot inside `<table>` element epected to hold `<caption>` element within.", "top": "Slot to add content above the table.", "wrapper": "Slots for custom rendering of the table wrapper." } }