Packages

trait Props extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Props
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val aria-label: UndefOr[String]

    Optional aria-label value to set on the column header

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val cellDataGetter: UndefOr[RawCellDataGetter]

    Callback responsible for returning a cell's data, given its :dataKey ({ columnData: any, dataKey: string, rowData: any }): any

  7. val cellRenderer: UndefOr[RawCellRenderer]

    Callback responsible for rendering a cell's contents.

    Callback responsible for rendering a cell's contents. ({ cellData: any, columnData: any, dataKey: string, rowData: any, rowIndex: number }): node

  8. val className: UndefOr[String]

    Optional CSS class to apply to cell

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val columnData: UndefOr[Object]

    Optional additional data passed to this column's :cellDataGetter

  11. val dataKey: Any

    Uniquely identifies the row-data attribute corresponding to this cell

  12. val defaultSortDirection: String

    Optional direction to be used when clicked the first time

  13. val disableSort: UndefOr[Boolean]

    If sort is enabled for the table at large, disable it for this column

  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. val flexGrow: UndefOr[JsNumber]

    Flex grow style; defaults to 0

  18. val flexShrink: UndefOr[JsNumber]

    Flex shrink style; defaults to 1

  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val headerClassName: UndefOr[String]

    Optional CSS class to apply to this column's header

  23. val headerRenderer: RawHeaderRenderer

    Optional callback responsible for rendering a column header contents.

    Optional callback responsible for rendering a column header contents. ({ columnData: object, dataKey: string, disableSort: boolean, label: node, sortBy: string, sortDirection: string }): PropTypes.node

  24. val headerStyle: UndefOr[Object]

    Optional inline style to apply to this column's header

  25. val id: UndefOr[String]

    Optional id to set on the column header

  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  28. val label: UndefOr[Node]

    Header label for this column

  29. val maxWidth: UndefOr[JsNumber]

    Maximum width of column; this property will only be used if :flexGrow is > 0.

  30. val minWidth: UndefOr[JsNumber]

    Minimum width of column.

  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  35. val style: UndefOr[Object]

    Optional inline style to apply to cell

  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toLocaleString(): String
    Definition Classes
    Object
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def valueOf(): Any
    Definition Classes
    Object
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. val width: JsNumber

    Flex basis (width) for this column; This value can grow or shrink based on :flexGrow and :flexShrink properties.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped