Exploring the expandable rows feature of Clarity datagrid for the first time. I initially thought I could insert any HTML code within the collapsed view to show content.
Using VMware's expandable datagrid:
However, I am facing an issue where even when I explicitly include the <br>
tag, the line break is not functioning.
<clr-dg-row-detail *clrIfExpanded>
<h2> 1st Line </h2>
<br>
<h3> Why is the next line not appearing on a new line? </h3>
</clr-dg-row-detail>
I am unsure if I am overlooking a fundamental concept, but this is frustrating, and I am struggling to find a solution. Here is the link to my stackblitz project: https://stackblitz.com/edit/clarity-datagrid-basic-fvjrst?file=app/app.component.html