3
Answers

How to give a line break through type script file?

Photo of Sujeet Raman

Sujeet Raman

6y
813
1
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 <br> 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
});

Answers (3)