update: fix min width.

This commit is contained in:
Darshan
2025-10-18 15:54:39 +05:30
parent 86bd0b8d21
commit 031746a203
@@ -251,7 +251,7 @@
},
{
id: 'type',
width: getColumnWidth('type', 150),
width: 150,
minimumWidth: 150,
resizable: false
},