“oColumn is undefined” how can i do?

“oColumn is undefined” how can i do?

jjp9624022jjp9624022 Posts: 5Questions: 0Answers: 0
edited May 2010 in General
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];
}

Replies

  • jjp9624022jjp9624022 Posts: 5Questions: 0Answers: 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"]
    ]}
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Change 'orderList' to 'aaData' in your JSON - that might help, but I'm not convinced... Can you show your initialising code please?

    Allan
  • jjp9624022jjp9624022 Posts: 5Questions: 0Answers: 0
    thanks Allan ! it's working now! I'm a Rookie ???
This discussion has been closed.