Hi,
i am binding a wijmo flexy grid,dynamicaly in angular 2. Here i need to give a line break after id.(id in first line date in 2nd line) +' '+ and
is not working.Can anyone help me on this?
is not working.Can anyone help me on this?
this.dataSource.push({
Name: item.Name,
street: item.street
updated: Id +' '+ this.transform(item.ApprovedDateTime, this.dateFormat, this.timeFormat)//here after Id i need a line break
});
Sujeet RamanPosted May 30, 2019, 2:05 AM
is not working .still in single ine :(
Jignesh KumarPosted May 30, 2019, 12:16 AM
is selfending so I think you need
Arkadeep DePosted May 29, 2019, 3:21 PM