Condition and CSS Styles
-
Why i set condition to css styles is not change. When i config is OK
![config css]( url)![Condition]( image url)
-
i think you just need to change your call to triple brackets (because looks like handlebars is escaping some things):
{{{getMeta H24}}}
but also maybe it is good idea that you just return the class name (and return empty string when the condition is false) in your helper and do the call in this way
<td class="{{getMeta H24}}">
, just a tip
-
thank you sir now is ok when i adjust to: {{{getMeta H24}}}
(