Griddle
Griddle copied to clipboard
onRowClick: gridRow.props.data should use columnName and not displayName
trafficstars
Currently, gridRow.props.data is using the displayName instead of columnName. That makes little sense, since displayName should only be used for displaying the column name.
This happens with columnMetadata as well