Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #198 from difelice/patch-1
Browse files Browse the repository at this point in the history
Added back onDoubleClick prop
  • Loading branch information
ehzhang committed Jul 9, 2015
2 parents a85d654 + f3c4eb9 commit 34de3c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FixedDataTableBufferedRows.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ var FixedDataTableBufferedRows = React.createClass({
fixedColumns={props.fixedColumns}
scrollableColumns={props.scrollableColumns}
onClick={props.onRowClick}
onDoubleClick={props.onRowDoubleClick}
onMouseDown={props.onRowMouseDown}
onMouseEnter={props.onRowMouseEnter}
onMouseLeave={props.onRowMouseLeave}
Expand All @@ -150,7 +151,7 @@ var FixedDataTableBufferedRows = React.createClass({
cx({
'fixedDataTableLayout/hasBottomBorder': hasBottomBorder,
'public/fixedDataTable/hasBottomBorder': hasBottomBorder,
}),
})
)}
/>;
}
Expand Down

0 comments on commit 34de3c3

Please sign in to comment.