fix rename artifact
This commit is contained in:
parent
9d943c1182
commit
5774cc1299
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ export function Grid<T extends Record<string, any>>(props: GridProps<T>) {
|
|||
|
||||
remove(indices: number[]) {
|
||||
data().remove(indices);
|
||||
table()?.clear();
|
||||
table()?.clearSelection();
|
||||
},
|
||||
|
||||
insert(row: T, at?: number) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue