FCLT#55273 datums niet gewrapt tonen

svn path=/Website/trunk/; revision=39744
This commit is contained in:
Ruud Lipper
2018-11-09 13:20:12 +00:00
parent f5ed96d732
commit 1fde9e6bb0

View File

@@ -188,7 +188,7 @@
buttons: buttons
});
rst.addColumn(new Column({caption: L("lcl_date"), content: "fac_tracking_datum", datatype: "date", prettydate: true }));
rst.addColumn(new Column({caption: L("lcl_date"), content: "fac_tracking_datum", datatype: "date", prettydate: true, nowrap: true }));
rst.addColumn(new Column({caption: L("lcl_date_time"), content: "fac_tracking_datum", datatype: "time"}));
params = {};
if (__Logging & 1)