Bug order in nested tables (DT 1.10)
Bug order in nested tables (DT 1.10)
RagingTroll
Posts: 34Questions: 3Answers: 0
When having nested table the sorting is messed up (perhaps because of event bubbling)
Problems:
- when a row is expanded the root table column name loses its order
- 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/
This discussion has been closed.
Replies
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