I want to add data-title attribute for responsive data-table. And td
data-title contains break statement tag. But break statement tag is not working. Below is my sample code,
<td data-title='Goods<br>Code'></td>
I want both 'Goods' and 'Code' in two lines.