Skip to content

Commit

Permalink
[NEW] onRowMouseEnter, onRowMouseLave events; [FIX] GriddleGriddle#64;
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Gusev committed Aug 11, 2016
1 parent be2810a commit 125efe7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/griddle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,9 @@ var Griddle = React.createClass({
externalLoadingComponent={this.props.externalLoadingComponent}
externalIsLoading={this.props.externalIsLoading}
hasMorePages={hasMorePages}
onRowClick={this.props.onRowClick}/></div>)
onRowClick={this.props.onRowClick}
onRowMouseEnter={this.props.onRowMouseEnter}
onRowMouseLeave={this.props.onRowMouseLeave}/></div>)
},
getContentSection: function(data, cols, meta, pagingContent, hasMorePages, globalData){
if(this.shouldUseCustomGridComponent() && this.props.customGridComponent !== null){
Expand Down

0 comments on commit 125efe7

Please sign in to comment.