File tree Expand file tree Collapse file tree
src/__tests__/snapshot-tests/__snapshots__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8777,6 +8777,11 @@ You must provide an ordered list of the items to display in the \`preferences.co
87778777 "optional": true,
87788778 "type": "boolean",
87798779 },
8780+ {
8781+ "name": "groups",
8782+ "optional": true,
8783+ "type": "ReadonlyArray<CollectionPreferencesProps.ContentDisplayOptionGroup>",
8784+ },
87808785 {
87818786 "inlineType": {
87828787 "name": "CollectionPreferencesProps.ContentDisplayPreferenceI18nStrings",
@@ -25702,6 +25707,13 @@ Use it in conjunction with the content display preference of the [collection pre
2570225707 "optional": true,
2570325708 "type": "ReadonlyArray<TableProps.ColumnDisplayProperties>",
2570425709 },
25710+ {
25711+ "description": "Add grouping for the columns define groups for columns to be under and also nested groups for which
25712+ other groups will be nested under.",
25713+ "name": "columnGroupingDefinitions",
25714+ "optional": true,
25715+ "type": "ReadonlyArray<TableProps.ColumnGroupsDefinition<T>>",
25716+ },
2570525717 {
2570625718 "defaultValue": "'comfortable'",
2570725719 "description": "Toggles the content density of the table. Defaults to \`'comfortable'\`.",
You can’t perform that action at this time.
0 commit comments