Skip to content

Commit db549a4

Browse files
committed
docs(spec): regenerate ui/view reference for the non-padded grouping name
Generated projection of the `grouping.fields[].field` describe() change. `gen:schema` + `gen:docs`; no hand edit. Claude-Session: https://claude.ai/code/session_01MkQhmuuJAVDjmeWNixwDDH Co-authored-by: Claude <noreply@anthropic.com>
1 parent bc0c071 commit db549a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/docs/references/ui/view.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ Record grouping configuration — SERVER-SIDE: the set of groups and every numbe
639639

640640
| Property | Type | Required | Description |
641641
| :--- | :--- | :--- | :--- |
642-
| **field** | `string` || Field name to group by — one `groupBy` column of the group header query; the header row carries its raw stored value (null for the empty group) |
642+
| **field** | `string` || Field name to group by — one `groupBy` column of the group header query; the header row carries its raw stored value (null for the empty group). NO leading or trailing whitespace: the name is compiled into the aggregate query verbatim, so a padded spelling buckets every row into one empty group instead of grouping them. |
643643
| **order** | `Enum<'asc' \| 'desc'>` | optional (default: `"asc"`) | Group sort order — applied by the consumer over the header rows (the aggregate query carries no orderBy) |
644644
| **collapsed** | `boolean` | optional (default: `false`) | Collapse groups by default (presentation only) |
645645

@@ -652,7 +652,7 @@ Record grouping configuration — SERVER-SIDE: the set of groups and every numbe
652652

653653
| Property | Type | Required | Description |
654654
| :--- | :--- | :--- | :--- |
655-
| **field** | `string` || Field name to group by — one `groupBy` column of the group header query; the header row carries its raw stored value (null for the empty group) |
655+
| **field** | `string` || Field name to group by — one `groupBy` column of the group header query; the header row carries its raw stored value (null for the empty group). NO leading or trailing whitespace: the name is compiled into the aggregate query verbatim, so a padded spelling buckets every row into one empty group instead of grouping them. |
656656
| **order** | `Enum<'asc' \| 'desc'>` | optional (default: `"asc"`) | Group sort order — applied by the consumer over the header rows (the aggregate query carries no orderBy) |
657657
| **collapsed** | `boolean` | optional (default: `false`) | Collapse groups by default (presentation only) |
658658

0 commit comments

Comments
 (0)