We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9abc34 commit 0a371adCopy full SHA for 0a371ad
1 file changed
srcjs/Reactable.js
@@ -1593,9 +1593,8 @@ function Table({
1593
}
1594
1595
const resolvedRowProps = row.getRowProps(rowProps)
1596
- // Merge virtual style for absolute positioning in virtual mode
1597
- const trGroupStyle = virtualStyle ? { ...virtualStyle } : undefined
1598
- // For virtual mode: ref for measuring, data-index for virtualizer tracking
+ // For virtual mode: style for absolute positioning, ref for measuring, data-index for virtualizer tracking
+ const trGroupStyle = virtualStyle
1599
const trGroupProps = {
1600
key: `${row.depth}_${viewIndex}`,
1601
className: css(theme.rowGroupStyle),
0 commit comments