I am facing an issue with the following expression:
<td>{{student.name}}<br>{{student.age}}<br>{{student.fathername}}</td>
When displayed, it looks like this:
shane<br>26<br>greg
Is there a way to break this into a single row like below:
shane
26
greg