With boot strap you utilize
<div class="panel-heading">
Heading Name
</div>
To create a panel heading. In this instance, the panel heading will be “Heading Name”. I want that to be a dynamic field. Is there a way to reference a string for the panel-heading text? This way I can dynamically update the string during runtime.
I’ve tried listing the variable there, but it just prints the actual text (var name) and not the data in the variable.