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 ?