@@ -180,6 +180,7 @@ export default class BrowserTable extends React.Component {
180
180
onMouseDownRowCheckBox = { this . props . onMouseDownRowCheckBox }
181
181
onMouseUpRowCheckBox = { this . props . onMouseUpRowCheckBox }
182
182
onMouseOverRowCheckBox = { this . props . onMouseOverRowCheckBox }
183
+ onMouseOverRow = { this . props . onMouseOverRow }
183
184
setShowAggregatedData = { this . props . setShowAggregatedData }
184
185
setErrorAggregatedData = { this . props . setErrorAggregatedData }
185
186
firstSelectedCell = { this . props . firstSelectedCell }
@@ -260,6 +261,7 @@ export default class BrowserTable extends React.Component {
260
261
onMouseDownRowCheckBox = { this . props . onMouseDownRowCheckBox }
261
262
onMouseUpRowCheckBox = { this . props . onMouseUpRowCheckBox }
262
263
onMouseOverRowCheckBox = { this . props . onMouseOverRowCheckBox }
264
+ onMouseOverRow = { this . props . onMouseOverRow }
263
265
setShowAggregatedData = { this . props . setShowAggregatedData }
264
266
setErrorAggregatedData = { this . props . setErrorAggregatedData }
265
267
firstSelectedCell = { this . props . firstSelectedCell }
@@ -349,6 +351,7 @@ export default class BrowserTable extends React.Component {
349
351
onMouseDownRowCheckBox = { this . props . onMouseDownRowCheckBox }
350
352
onMouseUpRowCheckBox = { this . props . onMouseUpRowCheckBox }
351
353
onMouseOverRowCheckBox = { this . props . onMouseOverRowCheckBox }
354
+ onMouseOverRow = { this . props . onMouseOverRow }
352
355
setShowAggregatedData = { this . props . setShowAggregatedData }
353
356
setErrorAggregatedData = { this . props . setErrorAggregatedData }
354
357
firstSelectedCell = { this . props . firstSelectedCell }
0 commit comments