Include in add form hidden fields in the grid

QuestionsInclude in add form hidden fields in the grid
francisco jose noya asked 6 years ago

Hi Abu,
I have some fields that I do not want to show in the grid, and I want them to appear in the add form. It’s possible? Can you help me out? Thank you

1 Answers
Abu Ghufran Staff answered 6 years ago

For those columns, you can set:
$col[“show”][“list”] = false;
$col[“show”][“add”] = true;
you can also use edit,view too in second index.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

0 + 14 =

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?