SOLVED: Hide 0 value on list

Status
Not open for further replies.

dimoss

Well-Known Member
Hi,

I would like to know how is it possible to hide the 0 values on a numeric field from the list on the fly.
Thanks.
 
Although a bit late I present the solution now in case someone else needs it (...and for me to remember :) )

CSS:
#listform_x_com_fabrik_x .elementname0 .tablename___elementname {
color: rgba(0, 0, 0, 0); !important;
}

where x = list number
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top