Revision: 28148
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 2, 2010 06:24 by elijahmanor
Initial Code
{ "total": "xxx", "page": "yyy", "records": "zzz", "rows" : [ {"id" :"1", "cell" :["cell11", "cell12", "cell13"]}, {"id" :"2", "cell":["cell21", "cell22", "cell23"]}, ... ] }
Initial URL
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data
Initial Description
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")
Initial Title
Default jqGrid JSON Format
Initial Tags
jquery
Initial Language
JavaScript