Hi fellow phpGrid users,
I'm wondering if it's possible to save a specific size of my phpGrid and how. Please answer as soon as possible.
Major thanks in advance,
– Jelmer
3 Answers
Hello,
You can set width/height in set_options() function.
$opt["width"] = "200";
$opt["height"] = "200";
Refer docs for more.
Hello,
Thanks Abu for your response. I found $dg -> set_dimension(00,00); which also works.
Thanks again,
– Jelmer
Hi,
Perhaps, you are using http://www.phpgrid.com and we only provide support for the product at http://www.phpgrid.org.
Hope it clears.
Your Answer