支持行标记为删除

This commit is contained in:
xuliangzhan
2023-12-25 00:43:19 +08:00
parent 2287306a32
commit 0013030014
15 changed files with 385 additions and 174 deletions

2
types/grid.d.ts vendored
View File

@@ -10,7 +10,7 @@ import { RowInfo } from './component'
/* eslint-disable no-use-before-define */
/**
* 高级表格
* 配置式表格
*/
export declare class Grid extends Table {
/**