Hello,
I have a lot of field, and the add dialog box is not showing all the fields.
The scrollbar on the right is scrolling the main windows but not the dialog box.
Any way to make the dialog box wider? or reduce the font size?
Thanks,
Cedric
1 Answers
You can expand the dialog box by setting it’s width.
$opt["add_options"] = array('width'=>'800');
$opt["edit_options"] = array('width'=>'800');
$g->set_options($opt);
Where $g is grid object.
If it does not solve, please share the screenshot of the issue.
Your Answer