src/menu/components/table/edit-table/columns/index.jsx
@@ -429,7 +429,7 @@ let cell = { uuid: Utils.getuuid(), label: item.label, field: item.field, Align: 'left', Hide: 'false', IsSort: 'false', Width: 120, blacklist: [], postfix: '', prefix: '', linkmenu: [], marks: [], perspective: 'linkmenu' } if (/Nvarchar/ig.test(item.datatype)) { if (/Nvarchar|date/ig.test(item.datatype)) { cell.type = 'text' cell.rowspan = 'false' cell.textFormat = 'none' @@ -438,6 +438,7 @@ cell.format = 'none' cell.sum = 'false' cell.decimal = item.decimal || 0 cell.Width = 80 } columns.push(cell)