ColReorder Not Working Properly

ColReorder Not Working Properly

Esakki_RajEsakki_Raj Posts: 3Questions: 0Answers: 0
edited May 2012 in DataTables 1.9
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

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    This seems to work okay for me: http://live.datatables.net/unexis/3/edit (the example you linked to didn't import ColReorder).

    Can you link to an example which shows the problem, or describe how it can be recreated please?

    Allan
  • Esakki_RajEsakki_Raj Posts: 3Questions: 0Answers: 0
    @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.
This discussion has been closed.