ados-rcm 1.1.681 → 1.1.682

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.
@@ -57,11 +57,11 @@ export interface IAListViewDef<T extends IObject> {
57
57
  */
58
58
  content?: TCanCallback<IAListViewContentProps<T>, React.ReactNode>;
59
59
  /**
60
- * fixedHeight? : boolean
60
+ * height? : number | string
61
61
  *
62
- * Description : set row height to fixed or not
62
+ * Description : height of AListView
63
63
  */
64
- fixedHeight?: boolean;
64
+ height?: number | string;
65
65
  /**
66
66
  * label? : TCanCallback<IAListViewLabelProps<T>, React.ReactNode>
67
67
  *