Bug ColReorder in combination of FixedHeader
Bug ColReorder in combination of FixedHeader
gallerju
Posts: 2Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies
In FixedHeader.js add following line to the end of the fnInit function:
[code]oTable._oPluginFixedHeader = that;[/code]