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