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.
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….
Please share full code and related screenshot.
Attach code here and paste link in question.
Attach screenshot here and paste link in question
Your code seems ok. I’ve sent you an invite on google hangouts.
Please discuss there for quick resolution.