This question has been flagged
1 Reply
5711 Views

I try to hide a field in my view with invisible ="1" but it does'nt worked. Can you help?


Avatar
Discard

if you added invisible="1" in your xml, do you update your module ?

You need to do so to get the changes in your app.

Best Answer
For example
<field name="code" invisible="1"/>

no space between invisible and =
Avatar
Discard