Skip to content

Commit

Permalink
[REVERT] Log onTableChange sort.field output
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Feb 1, 2022
1 parent 5804943 commit 3c1e939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-docs/src/views/tables/in_memory/in_memory.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export const Table = () => {
columns={columns}
pagination={true}
sorting={sorting}
onTableChange={(values) => console.log(values.sort)}
/>
);
};

0 comments on commit 3c1e939

Please sign in to comment.