Skip to content

Class: TableHead#

Renderer.Component.TableHead

Hierarchy#

↳ TableHead

Table of contents#

Constructors#

Properties#

Methods#

Constructors#

constructor#

• new TableHead(props)

Parameters#

Name Type
props TableHeadProps | Readonly<TableHeadProps>

Inherited from#

React.Component<TableHeadProps>.constructor

• new TableHead(props, context)

Deprecated

See

https://reactjs.org/docs/legacy-context.html

Parameters#

Name Type
props TableHeadProps
context any

Inherited from#

React.Component<TableHeadProps>.constructor

Properties#

defaultProps#

▪ Static defaultProps: TableHeadProps

Methods#

render#

▸ render(): Element

Returns#

Element

Overrides#

React.Component.render