FCLT#56999 Datumvelden nowrap
svn path=/Website/branches/v2019.1/; revision=41698
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user