Skip to content

Instantly share code, notes, and snippets.

@vinodsobale
Created June 10, 2017 13:52
Show Gist options
  • Save vinodsobale/484e2ba2b93adff25759caa11c604e3f to your computer and use it in GitHub Desktop.
Save vinodsobale/484e2ba2b93adff25759caa11c604e3f to your computer and use it in GitHub Desktop.
return (
<th value={column} onClick={() => this.handleSort(column)}>{column}</th>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment