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 a63d6a7 commit adf710cCopy full SHA for adf710c
1 file changed
src/Body/BodyRow.tsx
@@ -82,7 +82,7 @@ export function getCellProps<RecordType>(
82
83
// For expandable row with rowSpan,
84
// We should increase the rowSpan if the row is expanded
85
- if (expandable) {
+ if (expandable && rowSpan !== undefined) {
86
let currentRowSpan = rowSpan;
87
88
for (let i = index; i < index + rowSpan; i += 1) {
0 commit comments