Let’s say I add an object to my JSON data. IOW, on top of returning “page”, “total”, etc., I also add one or more items. Ex:
{"page":"1","total":"163","records":"1630","ttlAll":"3636.84",...,"rows":[{...
Is there a way to read that into jqGrid, and then also use it in loadComplete? I want to be able to push items like ttlAll into other parts of the webpage when the grid loads or refreshes.
(I know there is an example on the site where a cell value is pulled, but what I am interested in is returning and using values not part of the table dataset.)
Thanks.. 🙂
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top