FCLT#56999 Datumvelden nowrap

svn path=/Website/branches/v2019.1/; revision=41698
This commit is contained in:
Jos Groot Lipman
2019-03-20 14:38:25 +00:00
parent 3c9c04f7fd
commit de602daf2c

View File

@@ -463,6 +463,12 @@ function scaffolding_list(model, scf_params)
if (field.iscurrency)
coldata.datatype = "currency";
if (field.typ == "date" || field.typ == "datetime")
{
coldata.nowrap = true;
coldata.align = 'right';
}
if (outputmode == 4)
{
coldata.caption = fld; // Naar csv altijd veldnaam