You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I try this to make it dynamic its works for the collapse sections but breaks the gage and it does not show
{!! $loop->first ? 'show': ' ' !!} //if first in loop add 'show' else empty string ' '.
if I remove this code the gage shows, however, all collapse sections are now open instead of first one open all the rest closed. hope this makes sense and you can help thanks.
The text was updated successfully, but these errors were encountered:
tonyv69
changed the title
bootstrap collapse show class, breaks showing the gauge in next card.
bootstrap collapse show class, breaks showing the gauge in next card when dynamic.
Oct 17, 2018
this line of code is needed to show or not show a collapsed section in bootstrap
<div id="collapseID" class="collapse show"... //shows section
or
<div id="collapseID" class="collapse"... //hides section
if I try this to make it dynamic its works for the collapse sections but breaks the gage and it does not show
{!! $loop->first ? 'show': ' ' !!} //if first in loop add 'show' else empty string ' '.
if I remove this code the gage shows, however, all collapse sections are now open instead of first one open all the rest closed. hope this makes sense and you can help thanks.
The text was updated successfully, but these errors were encountered: