tnx-shared 5.3.227 → 5.3.228

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.
@@ -46683,7 +46683,8 @@
46683
46683
  funcSetValueRow: column.funcSetValueRow,
46684
46684
  dataSource: column.dataSource,
46685
46685
  groupCode: column.groupCode,
46686
- order: column.order
46686
+ order: column.order,
46687
+ sort: column.sort
46687
46688
  });
46688
46689
  if (column.dataType == 'custom') {
46689
46690
  newCol.dataType = column.code;