Want column not displayed in grid, but on dialogue

QuestionsWant column not displayed in grid, but on dialogue
Thomas asked 1 year ago

Hi,

our database table has many colums.

So we do not want to show all the columns on the grid table, but want to show them all in the edit dialogue to be able to edit all the entries.

Couldn’t find the right hint…

Regards,
Thomas

1 Answers
Abu Ghufran Staff answered 1 year ago

Hi,

You can make rows to be editable but not present in listing.

// don't show this column in list
$col["hidden"] = true;
// and display it on Add or Edit forms.
$col["editrules"] = array("edithidden"=>true);
_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

20 + 17 =

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?