File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -298,6 +298,8 @@ exports[`Table.expand controlled by expandedRowKeys 1`] = `
298298 onHover = { [Function ]}
299299 onRowClick = { [Function ]}
300300 onRowDoubleClick = { [Function ]}
301+ onRowMouseEnter = { [Function ]}
302+ onRowMouseLeave = { [Function ]}
301303 prefixCls = " rc-table-expanded-row"
302304 rowKey = " 0-extra-row"
303305 store = {
@@ -974,6 +976,8 @@ exports[`Table.expand controlled by expandedRowKeys 2`] = `
974976 onHover = { [Function ]}
975977 onRowClick = { [Function ]}
976978 onRowDoubleClick = { [Function ]}
979+ onRowMouseEnter = { [Function ]}
980+ onRowMouseLeave = { [Function ]}
977981 prefixCls = " rc-table-expanded-row"
978982 rowKey = " 1-extra-row"
979983 store = {
@@ -1430,6 +1434,8 @@ exports[`Table.expand expand row by click 1`] = `
14301434 onHover = { [Function ]}
14311435 onRowClick = { [Function ]}
14321436 onRowDoubleClick = { [Function ]}
1437+ onRowMouseEnter = { [Function ]}
1438+ onRowMouseLeave = { [Function ]}
14331439 prefixCls = " rc-table-expanded-row"
14341440 rowKey = " 0-extra-row"
14351441 store = {
You can’t perform that action at this time.
0 commit comments