from firebug I get this msg oColumn is undefined
/* If aaSorting is not defined, then we use the first indicator in asSorting */
if ( typeof oInit.aaSorting == "undefined" )
{
here it is oSettings.aaSorting[i][1] = oColumn.asSorting[0];
}
the sourse type is json
content as below?
{"orderList":[["0","dfsdfg","?","1","?","1","1","1","1","05\/31\/2010","1"],
["1","??","??","10","???","2","2","2","2","2010-05-11T00:00:00+08:00","2"],
["2","??","??","10","???","3","3","3","3","","3"]
]}
Replies
content as below?
{"orderList":[["0","dfsdfg","?","1","?","1","1","1","1","05\/31\/2010","1"],
["1","??","??","10","???","2","2","2","2","2010-05-11T00:00:00+08:00","2"],
["2","??","??","10","???","3","3","3","3","","3"]
]}
Allan