ados-rcm 1.1.257 → 1.1.259

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,7 @@ interface IATableFilterProps<T extends IItem> {
9
9
  hasToggleFilteration: boolean;
10
10
  filterF: IATableFilterF;
11
11
  isRowRendered?: boolean;
12
+ isFilterSort?: boolean;
12
13
  resources: typeof Resources.ATable;
13
14
  }
14
15
  export declare const ATableFilter: <T extends IItem>(props: IATableFilterProps<T>) => import("react/jsx-runtime").JSX.Element | null;