Skip to content

Commit

Permalink
Update TableAPI.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra authored Aug 1, 2024
1 parent a50efb5 commit 9287d12
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ const TableTemplate: StoryFn<typeof TableComponent> = ({ ...args }) => {
METHOD: (array) => array.sort((a, b) => a.method.localeCompare(b.method)),
STATUS: (array) => array.sort((a, b) => a.status.localeCompare(b.status)),
}}
selectedIds={['1', '2']}
defaultSelectedIds={['3', '4']}
>
{(tableData) => (
<>
Expand Down

0 comments on commit 9287d12

Please sign in to comment.