show set column width option even if column.resizable is undefined

This commit is contained in:
il3ven
2023-08-20 10:49:39 +00:00
parent 8316e6ac6a
commit ef58d37ed6

View File

@@ -272,7 +272,7 @@ export default function ColumnMenu({
openColumnModal({ type: "setColumnWidth", columnKey: column.key });
handleClose();
},
disabled: !column.resizable,
disabled: column.resizable === false,
},
];