When using the demo version or the classic css file ( lib/js/jqgrid/css/ui.jqgrid.classic.css ) the toolbar works as intended, but with premium both toolbars take up a full page.
Please fix.
Code: https://gist.github.com/ueslito/f18371bce72822558239be08c39d649c
Screenshot 1: https://imgur.com/jlHk88W
Screenshot 2: https://imgur.com/L3ZuBpd
Screenshot 3: https://imgur.com/kOjY02D
Hello,
Try following:
#1) Add HTML DOCTYPE before <html> tag. e.g.
<!DOCTYPE html>
<html lang=”en-US”>
<head>
….
#2) Move <style> tag on line 30 to 47.
#3) No related but to use latest JS persistence library as mentioned here on 165:
https://gist.github.com/gridphp/3cd2da000ab152e935d2d6b1d6c2df0e#file-persist-settings-php-L165
and to use persistence, you also need to add line 196.