Skip to content

Instantly share code, notes, and snippets.

@jm2242
Created February 20, 2018 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jm2242/99f9c0c39567d58e60a16d08c3404387 to your computer and use it in GitHub Desktop.
Save jm2242/99f9c0c39567d58e60a16d08c3404387 to your computer and use it in GitHub Desktop.
Pass in Styles
render() {
...
<div className=”column-icons” style={headerCellStyles.columnIcons}>
{ canHideColumns && renderHideColumnsTrigger() }
{ canSort && renderSortingIndicator() }
{ canSearch && renderSearchTrigger() }
{ canRemoveColumns && <RemoveColumnButton /> }
{ canAddColumns && <AddColumnButton }
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment