object Table
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Table
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type ColumnArg = UnmountedWithRoot[Column.Props, MountedMapped[Id, Column.Props, Null, RawMounted with Column, Column.Props, Null], Column.Props, MountedWithRawType[Column.Props, Null, RawMounted with Column]]
-
trait
IndexParameter extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- type NoRowsRenderer = () ⇒ japgolly.scalajs.react.vdom.Exports.VdomNode
-
trait
Props extends Object
- Annotations
- @RawJSType() @native()
- type RawRowClassName = Function1[IndexParameter, String]
- type RawRowGetter = Function1[IndexParameter, Any]
- type RawRowHeight = Function1[IndexParameter, JsNumber]
- type RawRowStyle = Function1[IndexParameter, Object]
- type RawSort = Function1[RawSortParam, Unit]
-
trait
RawSortParam extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- type RowClassName = (Int) ⇒ String
- type RowClassNameParam = |[String, RawRowClassName]
- type RowGetter = (Int) ⇒ Object
- type RowHeight = (Int) ⇒ Int
- type RowHeightParam = |[JsNumber, RawRowHeight]
- type RowStyle = (Int) ⇒ Style
- type RowStyleParam = |[Object, RawRowStyle]
- sealed trait ScrollToAlignment extends AnyRef
- type Sort = (String, SortDirection) ⇒ Callback
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(p: Props, children: ColumnArg*): UnmountedWithRawType[Props, Null, RawMounted]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def props(headerHeight: Int, height: Int, rowCount: Int, rowGetter: RowGetter, rowHeight: |[JsNumber, RowHeight], width: Int, ariaLabel: UndefOr[String] = js.undefined, autoHeight: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, disableHeader: UndefOr[Boolean] = js.undefined, estimatedRowSize: Int = 30, gridClassName: UndefOr[String] = js.undefined, gridStyle: UndefOr[Style] = js.undefined, headerClassName: UndefOr[String] = js.undefined, headerStyle: UndefOr[Style] = js.undefined, headerRowRenderer: HeaderRowRenderer = defaultHeaderRowRendererS, id: UndefOr[String] = js.undefined, noRowsRenderer: NoRowsRenderer = () => null, overscanRowCount: JsNumber = 10, rowClassName: |[String, RowClassName] = null, style: UndefOr[Style] = js.undefined, tabIndex: UndefOr[Int] = js.undefined, sort: UndefOr[Sort] = js.undefined, sortBy: UndefOr[String] = js.undefined, scrollToIndex: JsNumber = -1, scrollTop: UndefOr[Int] = js.undefined, sortDirection: UndefOr[SortDirection] = js.undefined, scrollToAlignment: ScrollToAlignment = ScrollToAlignment.Auto, rowStyle: |[Style, RowStyle] = Style(Map.empty)): Props
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object IndexParameter
-
object
RawComponent extends Object
- Annotations
- @native() @JSImport( "react-virtualized" , "Table" )
- object RawSortParam
- object ScrollToAlignment