Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
render () {
const { children, textAlign, isStacked, header } = this.props
return (
)
}
}
render () {
const { children, textAlign, isStacked, header } = this.props
return (
)
}
}
})}
style={{
width,
}}
scope="col"
>
{onRequestSort && (
<button>
{callRenderProp(children)}
<div>
{this.renderSortArrow()}
</div>
</button>
)}
{!onRequestSort && children}
{!onRequestSort && this.renderSortArrow()}
)
}
}
render () {
const { children, textAlign, isStacked } = this.props
return (
)
}
}