I'm just trying out the “addRowData” method in jqGrid 4.3.2 for the first time to see if I can asynchronously load row data from multiple sources.
To start with, I load a table with some data the “normal” way (not using addRowData()) to verify that everything is working, and everything works.
When I then try to add a new row (e.g. using one of the rows from the initial working result):
var new_row = [{“time”:{“end”:”20120507235959″,”start”:”20120507000000″}];
$(“#grid”).jqGrid('addRowData', 0, new_row)
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top