Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/InfiniteTable/BaseTable

Component that render data in a table

Index

Interfaces

Type aliases

Variables

Type aliases

Props

Props: SelfProps & Pick<TableProps, "columns" | "width" | "height" | "headerHeight" | "rowCount" | "rowGetter" | "rowClassName" | "onRowClick" | "onRowMouseOver" | "onRowMouseOut" | "rowRenderer"> & InfiniteLoaderChildProps

Variables

Const default

default: React.FC<Props> = ...

Generated using TypeDoc