Skip to content

Instantly share code, notes, and snippets.

@jm2242
Created February 20, 2018 20:22
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/752e59eb7a7bd5eed0f7e845e33ed135 to your computer and use it in GitHub Desktop.
Save jm2242/752e59eb7a7bd5eed0f7e845e33ed135 to your computer and use it in GitHub Desktop.
Partial Solution
render() {
// ...
<div
className={
classNames(
"column-name-text",
{ "column-name-pointer": canRenameColumns }
)
}
style={{ maxWidth: `${maxWidth}px` }}
>
{`${columnName} `}
</div>
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment