trait Props extends Object with BaseProps
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Props
- BaseProps
- Props
- IViewportProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val cellStyleProps: UndefOr[CellStyleProps]
- Definition Classes
- Props
- Annotations
- @JSOptional()
- val checkboxCellClassName: UndefOr[String]
- Definition Classes
- BaseProps
- Annotations
- @JSOptional()
- val checkboxVisibility: UndefOr[CheckboxVisibility]
- Definition Classes
- Props
- Annotations
- @JSOptional()
- val className: UndefOr[String]
- Definition Classes
- BaseProps
- Annotations
- @JSOptional()
- val columns: UndefOr[Array[IColumn]]
- Definition Classes
- Props
- Annotations
- @JSOptional()
- val compact: UndefOr[Boolean]
- Definition Classes
- BaseProps
- Annotations
- @JSOptional()
- val groupNestingDepth: UndefOr[Double]
- Definition Classes
- Props
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val indentWidth: UndefOr[Double]
- Definition Classes
- Props
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val item: UndefOr[Any]
- Definition Classes
- BaseProps
- Annotations
- @JSOptional()
- val itemIndex: UndefOr[Int]
- Definition Classes
- BaseProps
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val selection: UndefOr[ISelection[Object]]
- Definition Classes
- Props
- Annotations
- @JSOptional()
- val selectionMode: UndefOr[SelectionMode]
- Definition Classes
- Props
- Annotations
- @JSOptional()
- val shimmer: UndefOr[Boolean]
- Definition Classes
- BaseProps
- Annotations
- @JSOptional()
- val skipViewportMeasures: UndefOr[Boolean]
- Definition Classes
- IViewportProps
- Annotations
- @JSOptional()
- val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
- Definition Classes
- BaseProps
- Annotations
- @JSOptional()
- val theme: UndefOr[ITheme]
- Definition Classes
- BaseProps
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- val useReducedRowRenderer: UndefOr[Boolean]
- Definition Classes
- BaseProps
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object