@k8slens/extensions / Exports / Renderer / Component / TableHead
Class: TableHead#
Hierarchy#
Component<TableHeadProps>
↳ 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://legacy.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