I am trying
ColReorderWithResize with responsive:true but I could not resize my columns.
Demo code:
var table = $('#demo_datatable').DataTable({
responsive: true,
"dom": '<"custom-table-header"><"custom-table-body"rt><"custom-table-footer"lip>'
});
new $.fn.dataTable.ColReorder(table);
Expected output:
Column resize should be work and other column should go under expand section.
Thanks in Advance..