hello,
i am going to use phpGrid for my simple master module, all is going right until i use it in my template,
when i am going to use phpGrid on my template which is support by Bootstrap it's not showing the grid but data..
only json code is shows in such format..
{"page":"st_master","total":1,"records":"6","rows":[{"id":"1","name":"test"},{"id":"2","name":"test2"},{"id":"3","name":"test3"},{"id":"4","name":"test4"},{"id":"5","name":"test444"},{"id":"6","name":"test5"}]}
what's the matter?
please help me.
It looks like you are using free version and 'page' variable in querystring.
If this is the case, you can rename the variable at phpgrid level using following code.
$opt["prmNames"] = array("page"=>"jqgrid_page");
…
$g->set_options($opt);
If issue still not resolved, you can get product updates / support by purchasing subscription.