How to fix the columns for preventing it collapse when the browzer width not enough

How to fix the columns for preventing it collapse when the browzer width not enough

NulraNulra Posts: 2Questions: 1Answers: 0

I have a table using DataTables, but want to fixed the last two column for preventing collapse in child, i have saw the FixedColumns but it is only for scrolling XY, so is it have a solution for it, below is my table code, hope for a help, thanks~
table = $('#responsive-table').DataTable({"bSort": false, bFilter: false, bInfo: false, "bPaginate": false, "bDestroy": true, "autoWidth": false});

Answers

This discussion has been closed.