Sujeet Raman

Sujeet Raman

  • 737
  • 915
  • 333.3k

How to give a line break through type script file?

May 29 2019 10:46 AM
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)