ColReorder Not Working Properly
ColReorder Not Working Properly
Esakki_Raj
Posts: 3Questions: 0Answers: 0
Hi All,
I have implemented DataTable plugin using DOM as data source. i am also trying to use the ColReorder with this. but i get the error report in Firebug :
Code :
$("#test").dataTable({
"sDom":'Rlfrtip"
});
http://live.datatables.net/unexis/2/edit
Error Report :
Offset is null
this.s.mouse.offsetX = e.pageX - offset.left; ColReorder.js (line 639)
kindly help me figure out this
Thanks in advance
Esakki Raj
I have implemented DataTable plugin using DOM as data source. i am also trying to use the ColReorder with this. but i get the error report in Firebug :
Code :
$("#test").dataTable({
"sDom":'Rlfrtip"
});
http://live.datatables.net/unexis/2/edit
Error Report :
Offset is null
this.s.mouse.offsetX = e.pageX - offset.left; ColReorder.js (line 639)
kindly help me figure out this
Thanks in advance
Esakki Raj
This discussion has been closed.
Replies
Can you link to an example which shows the problem, or describe how it can be recreated please?
Allan
Thanks for ur reply. its work fine now. the mistake i have done.
intead of
...
...
i have been using
....
.....
i changed in the to it works fine now.