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 df1128c commit 231d7ccCopy full SHA for 231d7cc
packages/ve-table/src/column-resizer/index.jsx
@@ -89,6 +89,7 @@ export default {
89
this.hooks.addHook(
90
HOOKS_NAME.HEADER_CELL_MOUSEMOVE,
91
({ event, column }) => {
92
+ if (column.disableResizing) return;
93
this.initColumnResizerPosition({ event, column });
94
},
95
);
0 commit comments