Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Jul 3, 2024
1 parent a1ba228 commit 65d71ea
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ const TableTemplate: StoryFn<typeof TableComponent> = ({ ...args }) => {
DATE: (array) => array.sort((a, b) => a.date.getTime() - b.date.getTime()),
STATUS: (array) => array.sort((a, b) => a.status.localeCompare(b.status)),
}}
onSelectionChange={({ values }) => {
console.log(values);
}}
pagination={
<TablePagination
onPageChange={console.log}
Expand Down

0 comments on commit 65d71ea

Please sign in to comment.