Bug order in nested tables (DT 1.10)

Bug order in nested tables (DT 1.10)

RagingTrollRagingTroll Posts: 34Questions: 3Answers: 0
edited May 2014 in Bug reports

When having nested table the sorting is messed up (perhaps because of event bubbling)

Problems:

  1. when a row is expanded the root table column name loses its order
  2. if you change the order of the first column in the nested table the order in the parent table will also change even if ordering on that column is disabled

Example:
http://live.datatables.net/IroN/15/

Replies

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin

    Yup - a bug, as you say, due to the bubbling of events. Thanks for flagging this up and the test case. I'll commit a fix soon.

    Allan

This discussion has been closed.