TypeError: oCol is undefined on row click
TypeError: oCol is undefined on row click
thetom
Posts: 9Questions: 0Answers: 0
Hello everyone!
I'm having a problem with a table of my project, the #grdInviTable
Here's the debugger link: http://debug.datatables.net/uqaqic
And here's datatables live: http://live.datatables.net/osacab/edit
I just removed 2 columns in the html thead and now when i click on the row now i get "TypeError: oCol is undefined" .
I really can't figure out why. Can someone please help me? Thank you in advance.
I'm having a problem with a table of my project, the #grdInviTable
Here's the debugger link: http://debug.datatables.net/uqaqic
And here's datatables live: http://live.datatables.net/osacab/edit
I just removed 2 columns in the html thead and now when i click on the row now i get "TypeError: oCol is undefined" .
I really can't figure out why. Can someone please help me? Thank you in advance.
This discussion has been closed.
Replies
The problem was that when i was trying to get the id of the document pointed by the row i was with reading the 8th column. Then i removed 2 column, so should read the 6th column and not the 8th.
This discussion can be closed. thank you!