ados-rcm 1.0.127 → 1.0.129

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.
@@ -509,6 +509,12 @@ export interface IATableProps<T extends IItem> {
509
509
  * Description : hides marking if set to true
510
510
  */
511
511
  noMarking?: boolean;
512
+ /**
513
+ * noStateChangeOnRender? : boolean
514
+ *
515
+ * Description : if true, onStateChange will not be called on render.
516
+ */
517
+ noStateChangeOnRender?: boolean;
512
518
  /**
513
519
  * TopLeftAddon? : React.ReactNode
514
520
  *