Bug ColReorder in combination of FixedHeader

Bug ColReorder in combination of FixedHeader

gallerjugallerju Posts: 2Questions: 0Answers: 0
edited August 2011 in Bug reports
Hi,
If the two plugins ColReorder and FixedHeader are used on the same datatable, reordering the columns result in reordering the tbody section only. the thead and the tfoot (depends on the settings of the FixedHeader Plugin) sections don't get reordered.
The bug can be found in following example:
http://www.datatables.net/release-datatables/extras/ColReorder/fixedheader.html

Replies

  • gallerjugallerju Posts: 2Questions: 0Answers: 0
    I've found the bug:
    In FixedHeader.js add following line to the end of the fnInit function:

    [code]oTable._oPluginFixedHeader = that;[/code]
This discussion has been closed.