We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7d053 commit 2ed330aCopy full SHA for 2ed330a
src/Body/BodyRow.tsx
@@ -82,7 +82,7 @@ export function getCellProps<RecordType>(
82
if (expandable && rowSpan > 1) {
83
let currentRowSpan = rowSpan;
84
85
- for (let i = index; i < index + rowSpan - 1; i += 1) {
+ for (let i = index; i < index + rowSpan; i += 1) {
86
const rowKey = rowKeys[i];
87
if (expandedKeys.has(rowKey)) {
88
currentRowSpan += 1;
0 commit comments