ados-rcm 1.0.541 → 1.0.542
Sign up to get free protection for your applications and to get access to all the features.
@@ -358,7 +358,7 @@ export interface IATableState<T extends IItem, K extends IItem = any> {
|
|
358
358
|
}
|
359
359
|
export interface IATableActions<T extends IItem> {
|
360
360
|
fireOnStateChange: (cb?: (oldState: IATableState<T>) => IATableState<T>) => TPromisable<void>;
|
361
|
-
applyFilteration: (filteration
|
361
|
+
applyFilteration: (filteration?: TATableFilteration<T>) => TPromisable<void>;
|
362
362
|
}
|
363
363
|
export interface IATableProps<T extends IItem> {
|
364
364
|
/**
|