DataTables 2.0 scrollX and responsive issue
DataTables 2.0 scrollX and responsive issue

https://live.datatables.net/huponixu/1/edit
There are 2 issues
1. Sometimes horizontal scrollbar appear when its not needed. It should hide column responsively.
2. On the top table, press "click me" to add new row, it break the table measurement and keep showing horizontal scrollbar instead of being responsive. Calling columns.adjust()
or responsive.recalc()
cant fix the top table also.
Answers
My question is why do you want to use responsive and
scrollX
at the same time. They are different/competing solutions to solve the same problem of keeping the Datatable within the container. I don't believe the intention or expectation is that they would be used together.Kevin