|
@@ -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[];
|