Fixheader With ColReorderWithResize
Fixheader With ColReorderWithResize
niravdhami
Posts: 3Questions: 0Answers: 0
Hi,
I am using Data Table in my WebApplication. Now I want to use Fixed Header as well as ColReorderWithResize in the same table.
I have following code for enable Resize Columns and fixed Header.But When I resize the Column its data and Column headers are not in synchronization. How do I do that Please
var table = $('#result').dataTable({
sScrollY: '300px',
bPaginate: false,
sXInner : true,
bSort : true,
"sDom": "Rlfrtip",
});
How do I do that ?
I am using Data Table in my WebApplication. Now I want to use Fixed Header as well as ColReorderWithResize in the same table.
I have following code for enable Resize Columns and fixed Header.But When I resize the Column its data and Column headers are not in synchronization. How do I do that Please
var table = $('#result').dataTable({
sScrollY: '300px',
bPaginate: false,
sXInner : true,
bSort : true,
"sDom": "Rlfrtip",
});
How do I do that ?
This discussion has been closed.
Replies
This plug-in is not supported and is hugely out of date and very limited. I would be very surprised if it worked with the latest DataTables.
Allan
Is there any alternative solution for using Fixed Header and Column Resize both in same Datatables?
Thanks
Allan
could you please guide me so I can able to create the plugins for the same and add it to the datatables?
Thanks
Allan
Allan the link to creating feature plug-ins is broken. Also has there been any more renewed interest in column resizing plugins that you have been aware of? Or should I start one up.
If anyone is still interested in this, I've added a FixedHeader support for my ColResize plugin.
Example with default FixedHeader settings: HERE
Example with Header & Footer: HERE
The source code of the plugin: HERE
Cool - thanks for sharing it with us!
Allan