Would love to use the grid more like a google sheet. Does the app offer a fullscreen mode? This would allow the app to be more consistent across screen sizes.
Thanks!
3 Answers
Hello,
There is an option which is disabled by default but you can enable it.
If you set it, it will resize grid as in full screen mode. $opt is passed to set_options() function.
$opt["fullscreen"] = true;
Hello,
There is an option which is disabled by default but you can enable it.
If you set it, it will resize grid as in full screen mode. $opt is passed to set_options() function.
$opt["fullscreen"] = true;
Your Answer