You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/api-generator/src/locale/en/DataTable-group.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
"props": {
3
3
"groupBy": "Defines the grouping of the table items.",
4
4
"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.",
5
-
"openAll": "Opens all groups by default. Synchronizes `v-model:opened`, so closed groups are not re-opened accidentally.",
6
-
"opened": "An array of group IDs that should be open. Supports two-way binding with `v-model:opened`.",
5
+
"openAll": "Opens all groups by default. Synchronizes with **v-model:opened**, so closed groups are not re-opened accidentally.",
6
+
"opened": "Array of group IDs that should be open. Can be bound to external variable using **v-model:opened**.",
7
7
"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"
0 commit comments