We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c122c7 commit c213c83Copy full SHA for c213c83
components/vc-table/src/TableCell.jsx
@@ -54,7 +54,7 @@ export default {
54
component: BodyCell,
55
} = this;
56
const fixedInfoList = this.store.fixedInfoList || [];
57
- const fixedInfo = fixedInfoList[this.colIndex];
+ const fixedInfo = fixedInfoList[this.colIndex] || {};
58
const { fixLeft, fixRight, firstFixLeft, lastFixLeft, firstFixRight, lastFixRight } = fixedInfo;
59
// ====================== Fixed =======================
60
const fixedStyle = {};
0 commit comments