FixedColumns: the left-fixed columns using jQueryUI didn't update data on reoder

FixedColumns: the left-fixed columns using jQueryUI didn't update data on reoder

agisceagisce Posts: 1Questions: 0Answers: 0
edited May 2012 in Bug reports
As you can see also in the exemple at:
http://datatables.net/release-datatables/extras/FixedColumns/themed.html
using jQueryUI to rendering a DataTable, the fixed coloum(s) on the left didn't reorder correctly his data during sortign others coloums.

Replies

  • killerardvarkkillerardvark Posts: 5Questions: 0Answers: 0
    I am also having this problem. Has anyone found a solution. Funny that it is even a problem on the example page.
  • killerardvarkkillerardvark Posts: 5Questions: 0Answers: 0
    Looks like this issue is elaborated more here. http://datatables.net/forums/discussion/11489/fixed-column-collide-with-bjqueryui-/p1
  • fearednerdfearednerd Posts: 44Questions: 0Answers: 0
    From what I remember, not sure if I am right, but I think the way fixed columns works is that it makes a separate column overlay. So when you reorder the table behind the overlay gets reordered but the 1 column overlay doesn't. I think you need to call fnUpdate() for that overlay and redraw the table.
This discussion has been closed.