Hello everybody,
I'm building a Project Management app using jqGrid and Joomla and everything seems to work just fine except for one thing.
I cannot read the rows, page, sord and sidx params added in the url from jqGrid.
Using the configuration bellow
|
1 2 3 |
<strong>$(function(){<br /> $("#list").jqGrid({<br /> url:'index.php?r=Controller/Action&tmpl=json',</strong> |
my index.php file instantiates the class Controller and executes
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top