parent
dac9301af4
commit
f1d42769ea
|
|
@ -87,7 +87,7 @@ export interface TableActionType {
|
||||||
getSelectRows: <T = Recordable>() => T[];
|
getSelectRows: <T = Recordable>() => T[];
|
||||||
clearSelectedRowKeys: () => void;
|
clearSelectedRowKeys: () => void;
|
||||||
expandAll: () => void;
|
expandAll: () => void;
|
||||||
expandRows: (keys: string[]) => void;
|
expandRows: (keys: string[] | number[]) => void;
|
||||||
collapseAll: () => void;
|
collapseAll: () => void;
|
||||||
scrollTo: (pos: string) => void; // pos: id | "top" | "bottom"
|
scrollTo: (pos: string) => void; // pos: id | "top" | "bottom"
|
||||||
getSelectRowKeys: () => string[];
|
getSelectRowKeys: () => string[];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue