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 5d86c3f commit cd2d125Copy full SHA for cd2d125
src/Table.tsx
@@ -455,7 +455,7 @@ function Table<RecordType extends DefaultRecordType>(
455
const measureTarget = currentTarget || scrollHeaderRef.current;
456
if (measureTarget) {
457
const scrollWidth =
458
- // Same logic as scrollWidth of useColumns
+ // Should use mergedScrollX in virtual table(useInternalHooks && tailor === true)
459
useInternalHooks && tailor && typeof mergedScrollX === 'number'
460
? mergedScrollX
461
: measureTarget.scrollWidth;
0 commit comments