src/tabviews/subtabtable/index.jsx
@@ -156,6 +156,10 @@ config.columns.forEach(col => { if (_hideCol.includes(col.uuid)) return if (col.linkThdMenu) { col.linkThdMenu = '' } if (col.type === 'colspan' && col.sublist) { let _col = JSON.parse(JSON.stringify(col)) let subColumn = []