what is the jqgrid footer json format
Posted
by Dennis
on Stack Overflow
See other posts from Stack Overflow
or by Dennis
Published on 2010-05-10T10:55:27Z
Indexed on
2010/05/10
11:24 UTC
Read the original article
Hit count: 306
hi. i am currently trying to solve my problem with the total in the footer. i tried searching in the internet with some examples, but they are using php, and i am using java. can you please show me what exactly the json looks like for this php script $response->userdata['total'] = 1234; $response->userdata['name'] = 'Totals:';
is this what it looks like? {"total":0,"userdata":[{"total":1234,"name":"Totals"}],"page":0,"aData":.....
thanks.
© Stack Overflow or respective owner