ados-rcm 1.1.657 → 1.1.659

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -602,12 +602,6 @@ export interface IATableProps<T extends IItem> {
602
602
  * Description : onStateChange of ATable. will be called when filteration, sortation, and pagination changes.
603
603
  */
604
604
  onStateChange?: (params: IATableState<T>) => TPromisable<void>;
605
- /**
606
- * pageNumber? : number
607
- *
608
- * Description : current page number from external. if provided, table will follow this page number. works like totalCount.
609
- */
610
- pageNumber?: number;
611
605
  /**
612
606
  * pagedItems? : T[]
613
607
  *