HTML5 Data Bindings Support Product Page
Answered
How did you apply condition class in User Management Dashboard?
Asked 11 years ago
1
has this question
11 years ago Andre Bender posted:
You applied the following condition to the paging button in the showcase User Management Dashboard:class="btn {{Users.link.prev.default( "disabled" )}}"
How did you do this? By hand coding? Is there any description of the code?
There is other code like this:
{{Status.contains( "Active" ).then( "label label-success", "" )}}
I can't find this in the documentation or did I miss something?
Replies
Replied 11 years ago
11 years ago Teodor Kuduschiev replied:
Hello,
Please check this video tutorial: www.dmxzone.com/go/22129/using-the-conditional-filters-in-html5-data-bindings-formatter
Please check this video tutorial: www.dmxzone.com/go/22129/using-the-conditional-filters-in-html5-data-bindings-formatter
Replied 11 years ago
11 years ago Andre Bender replied:
Ah, ok, missed that one thanks ;-)