Hi, I'm new to jQuery, jqGrid, etc. and could use some assistance.
I'm using PHP/MySQL to produce the following JSON data. which is what displays when I load the page:
{“page”:1,”total”:1,”records”:”3″,”rows”:[{“cell”:[“1225679075″,”2008-11-02″,”Bob Smith”,null,null,null,””]},{“cell”:[“1225596954″,”2008-11-01″,”AJ Sedlak”,null,null,null,””]},{“cell”:[“1225596923″,”2008-11-01″,”AJ Sedlak”,null,null,null,””]}]}
Here's my code:
jQuery(document).ready(function(){
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top