Detailview of a single item

QuestionsDetailview of a single item
maarten blokdijk asked 4 years ago

i can now set my grid to show the columns i want, but is there an option to have the detail view show all fields, or a selection i make, different than the one from the grid view?

for instance, a user table shows username and email, the detail of that record also shows the password, and register date.

4 Answers
maarten blokdijk answered 4 years ago

i think i can hide in the grid, with
$col = array();
$col[“title”] = “Gebruiker”;
$col[“name”] = “name”;
$col[“width”] = “100”;
$col[“editable”] = true;
$col[“hidden”] = true;
$cols[] = $col;

but this column still shows up in my grid….

Abu answered 4 years ago

Please share full code and related screenshot.

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

 

Maarten Blokdijk answered 4 years ago
Abu Ghufran Staff replied 4 years ago

Your code seems ok. I’ve sent you an invite on google hangouts.
Please discuss there for quick resolution.

Your Answer

1 + 5 =

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?