Hide column in the show form.

QuestionsHide column in the show form.
Montemaggiore Sebastian asked 9 years ago

Hello community. I want to hide a column only in the view form. I mean, it has to be editable and visible in the add and edit forms. How i do this?. Thanks.

2 Answers
Abu Ghufran answered 9 years ago

Try:

$col["show"] = array("view"=>false, "add"=>true, "edit"=>true, "list"=>true);

Montemaggiore Sebastian answered 9 years ago

Thanks Abu!!. It works.

Your Answer

7 + 19 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?