@@ -215,6 +215,7 @@ export default class BrowserTable extends React.Component {
215
215
onMouseDownRowCheckBox = { this . props . onMouseDownRowCheckBox }
216
216
onMouseUpRowCheckBox = { this . props . onMouseUpRowCheckBox }
217
217
onMouseOverRowCheckBox = { this . props . onMouseOverRowCheckBox }
218
+ onMouseOverRow = { this . props . onMouseOverRow }
218
219
setShowAggregatedData = { this . props . setShowAggregatedData }
219
220
setErrorAggregatedData = { this . props . setErrorAggregatedData }
220
221
firstSelectedCell = { this . props . firstSelectedCell }
@@ -295,6 +296,7 @@ export default class BrowserTable extends React.Component {
295
296
onMouseDownRowCheckBox = { this . props . onMouseDownRowCheckBox }
296
297
onMouseUpRowCheckBox = { this . props . onMouseUpRowCheckBox }
297
298
onMouseOverRowCheckBox = { this . props . onMouseOverRowCheckBox }
299
+ onMouseOverRow = { this . props . onMouseOverRow }
298
300
setShowAggregatedData = { this . props . setShowAggregatedData }
299
301
setErrorAggregatedData = { this . props . setErrorAggregatedData }
300
302
firstSelectedCell = { this . props . firstSelectedCell }
@@ -384,6 +386,7 @@ export default class BrowserTable extends React.Component {
384
386
onMouseDownRowCheckBox = { this . props . onMouseDownRowCheckBox }
385
387
onMouseUpRowCheckBox = { this . props . onMouseUpRowCheckBox }
386
388
onMouseOverRowCheckBox = { this . props . onMouseOverRowCheckBox }
389
+ onMouseOverRow = { this . props . onMouseOverRow }
387
390
setShowAggregatedData = { this . props . setShowAggregatedData }
388
391
setErrorAggregatedData = { this . props . setErrorAggregatedData }
389
392
firstSelectedCell = { this . props . firstSelectedCell }
0 commit comments