DataTables 2.0 scrollX and responsive issue

DataTables 2.0 scrollX and responsive issue

RenSwordRenSword Posts: 4Questions: 1Answers: 0
edited 1:25AM in Free community support

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

  • kthorngrenkthorngren Posts: 22,271Questions: 26Answers: 5,123
    edited 1:55AM

    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

Sign In or Register to comment.