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 c924f4c commit 754c220Copy full SHA for 754c220
components/vc-table/src/Table.jsx
@@ -373,7 +373,11 @@ export default {
373
event.preventDefault();
374
const wd = event.deltaY;
375
const target = event.target;
376
- const { bodyTable, fixedColumnsBodyLeft, fixedColumnsBodyRight } = this;
+ const {
377
+ ref_bodyTable: bodyTable,
378
+ ref_fixedColumnsBodyLeft: fixedColumnsBodyLeft,
379
+ ref_fixedColumnsBodyRight: fixedColumnsBodyRight,
380
+ } = this;
381
let scrollTop = 0;
382
383
if (this.lastScrollTop) {
0 commit comments