table中下载时的callback函数添加参数data
This commit is contained in:
parent
228279759c
commit
744415c778
1 changed files with 1 additions and 1 deletions
2
types/table.d.ts
vendored
2
types/table.d.ts
vendored
|
@ -432,7 +432,7 @@ export declare interface TableExportCsvParams {
|
||||||
/**
|
/**
|
||||||
* 添加此函数后,不会下载,而是返回数据
|
* 添加此函数后,不会下载,而是返回数据
|
||||||
*/
|
*/
|
||||||
callback?: () => void;
|
callback?: (data?: any) => void;
|
||||||
/**
|
/**
|
||||||
* 数据分隔符,默认是逗号(,)
|
* 数据分隔符,默认是逗号(,)
|
||||||
* @default ,
|
* @default ,
|
||||||
|
|
Loading…
Add table
Reference in a new issue