ColReorder doesn't reorder if order matches initial order

ColReorder doesn't reorder if order matches initial order

AllanCochraneAllanCochrane Posts: 41Questions: 1Answers: 2
edited February 2014 in Bug reports
See http://jsfiddle.net/Y3Zs2/1/

I'm expecting that the original order is restored but the columns remain in the reversed order

Replies

  • tangerinetangerine Posts: 3,348Questions: 36Answers: 394
    You're missing a comma after your sDom definition; and maybe oColReorder is case-sensitive.
  • AllanCochraneAllanCochrane Posts: 41Questions: 1Answers: 2
    Oops pasted the wrong URL, try this: http://jsfiddle.net/8SETk/
  • allanallan Posts: 61,663Questions: 1Answers: 10,095 Site admin
    I think, just like your other threads, the issue is you are creating multiple instances on a single table. Perhaps ColReorder should throw an error (and my documentation should be better). If you apply the rules we've discussed in the other threads it should work okay: http://jsfiddle.net/8SETk/1/

    Allan
This discussion has been closed.