ps-toolkit-ui 1.14.67 → 1.14.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1814,6 +1814,7 @@
1814
1814
  if (table.vertical) {
1815
1815
  var c_1 = {};
1816
1816
  table.cols.forEach(function (x) { return c_1[x.name] = x.name; });
1817
+ c_1.ColType = 'Column';
1817
1818
  res.result.List.unshift({ Data: c_1, Options: [] });
1818
1819
  }
1819
1820
  table.rows = res.result.List;