Skip to content

Commit

Permalink
bug: numeric header align
Browse files Browse the repository at this point in the history
  • Loading branch information
Domino987 committed Mar 19, 2022
1 parent 9fe2890 commit 9ec8c0b
Show file tree
Hide file tree
Showing 4 changed files with 461 additions and 476 deletions.
10 changes: 0 additions & 10 deletions __tests__/demo/demo-components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -682,16 +682,6 @@ export function FrankensteinDemo() {
dataUpdate[index] = newData;
setData([...dataUpdate]);

resolve();
}, 1000);
}),
onRowDelete: (oldData) =>
new Promise((resolve, reject) => {
setTimeout(() => {
const dataDelete = [...data];
const index = oldData.tableData.id;
dataDelete.splice(index, 1);
setData([...dataDelete]);
resolve();
}, 1000);
})
Expand Down
Loading

0 comments on commit 9ec8c0b

Please sign in to comment.