Packages

object List

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. List
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait IDetailsList extends Object with IList
    Annotations
    @JSType() @native()
  2. trait Props[T <: Object] extends Object with PropsBase[T]
    Annotations
    @JSType()
  3. trait PropsBase[T <: Object] extends Object with ComponentRef[IDetailsList] with ClassName with Attributes with IViewportProps with Theme
    Annotations
    @JSType()
  4. trait PropsInit[T <: Object] extends Object with PropsBase[T]
    Annotations
    @JSType()
  5. trait StyleProps extends Object
    Annotations
    @JSType()
  6. trait Styles extends Object with IStyleSetTag
    Annotations
    @JSType()

Value Members

  1. def apply[T <: Object](props: Props[T] = null): ReactElement
  2. def unsafeToCols(items: Array[Dynamic]): Array[IColumn]

    If you created your column array untyped, convert it.

  3. object JS extends Object with ReactJSComponent
    Annotations
    @native() @JSImport("office-ui-fabric-react/lib/DetailsList", "DetailsList")
  4. object PropsInit