Page 1 of 1

Setting visibility of list item counter

Posted: Tue Jun 27, 2017 7:01 am
by Deon

Hi

Is there a way to set the List Counter of a List Item to invisible after mapping. I want to make the counter invisible if the counter = 0

Thank you


Setting visibility of list item counter

Posted: Mon Jul 03, 2017 11:22 am
by Serhii Kulibaba

Hello Deon,

Please add a mapping to the property "Counter visible" of the list item with JS code: prereturn value === 0;/pre
It'll show the counter if it is equal to 0, and hide it if is has another value;


Setting visibility of list item counter

Posted: Mon Jul 03, 2017 1:26 pm
by Deon

Great, thank you.