MCPcopy Create free account
hub / github.com/Lobos/react-ui / checkHeadFixed

Method checkHeadFixed

src/Table.js:40–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 checkHeadFixed () {
41 const { height } = this.props;
42 return !!height && height !== 'auto';
43 }
44
45 setHeaderWidth () {
46 if (!this.checkHeadFixed()) {

Callers 2

setHeaderWidthMethod · 0.95
Table.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected