/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/DataTable-group.json
9 строк
805 B
J-Sek
feat(VDataTable): add v-model:opened for group-by (#22772)
18 май 2026, 05:56
Не верифицирован
18 май 2026, 05:56
355e37a
Код
Авторство
О чём код?
{ "props": { "groupBy": "Defines the grouping of the table items.", "groupKey": "Custom function to generate group IDs. Receives `{ key, value, parentKey }` where `parentKey` is `null` for top-level groups. Useful when group values contain special characters or are non-string types.", "openAll": "Opens all groups by default. Synchronizes with **v-model:opened**, so closed groups are not re-opened accidentally.", "opened": "Array of group IDs that should be open. Can be bound to external variable using **v-model:opened**.", "pageBy": "Controls how pagination counts items.\n- **item** paginates by individual items,\n- **auto** paginates by top-level groups and falls back to regular items if **group-by** is empty,\n- **any** paginates by both items and groups combined" } }