I want to read the onClick event value properties. But when I click on it, I see something like this on the console:
SyntheticMouseEvent {dispatchConfig: Ob
This is my approach, not sure how bad it is, please comment
In the clickable element
return ( {column} );
and then
handleSort(e){ this.sortOn(e.currentTarget.getAttribute('data-column')); }