/ Published in: JavaScript
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
[Online Documentation](http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data "Online Documenation")
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
[Online Documentation](http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data "Online Documenation")
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
{ "total": "xxx", "page": "yyy", "records": "zzz", "rows" : [ {"id" :"1", "cell" :["cell11", "cell12", "cell13"]}, {"id" :"2", "cell":["cell21", "cell22", "cell23"]}, ... ] }
URL: http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data