Skip to content

Commit 8590e20

Browse files
committed
Document group_name customization UI hint
1 parent a2cf558 commit 8590e20

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Loading

fern/docs/pages/customization.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,9 @@ hints:
391391
* `is_sortable`: Whether the field is sortable. Requires `is_filterable` to be true.
392392
* `is_groupable`: Whether the field is groupable. Requires `is_filterable` to be true.
393393
* `order`: The order in which the field appears in the side-panel.
394+
* `group_name`: The group title under which field(s) appear in the side-panel. In the example below, the fields are grouped under groups titled _Group One_ and _Group Two_.
395+
396+
![customization-group_name-ui-hint](../img/customization-group_name-ui-hint.png)
394397

395398
<Callout intent="tip">
396399
`is_filterable` is not a UI hint but a top level field property.

0 commit comments

Comments
 (0)