Skip to content

Commit

Permalink
Merge branch 'main' into menu-button-column-hld
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykreis authored Jun 12, 2024
2 parents 1e412f3 + 0715df6 commit 95eaf4b
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ interface ApiTableArgs extends SharedTableArgs {
actionMenuSlot: undefined;
actionMenuLabel: undefined;
sortDirection: undefined;
sortingDisabled: undefined;
sortIndex: undefined;
groupIndex: undefined;
groupingDisabled: undefined;
Expand Down Expand Up @@ -201,6 +202,13 @@ export const api: StoryObj<ApiTableArgs> = {
table: { category: apiCategory.attributes },
control: false
},
sortingDisabled: {
name: 'sorting-disabled',
description:
'Whether to disallow a user from sorting a column by interacting with its header. See **Sorting** for more information.',
table: { category: apiCategory.attributes },
control: false
},
sortIndex: {
name: 'sort-index',
description:
Expand Down

0 comments on commit 95eaf4b

Please sign in to comment.