/ Published in: JavaScript
URL: http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data
Tag Description total total pages for the query page current page of the query records total number of records for the query rows an array that contains the actual data id the unique id of the row cell an array that contains the data for a row
Expand |
Embed | Plain Text
{ "total": "xxx", "page": "yyy", "records": "zzz", "rows" : [ {"id" :"1", "cell" :["cell11", "cell12", "cell13"]}, {"id" :"2", "cell":["cell21", "cell22", "cell23"]}, ... ] }
You need to login to post a comment.
