Unwanted horizontal scrollbar with scrollX false
Unwanted horizontal scrollbar with scrollX false
I have a page with four tables on it.
They are selected with jQuery and each initialized the same way in a loop.
Each of them ends up with a horizontal scroll bar in spite of:
- scrollX: false in the call to DataTable().
- No fixed column widths
- Plenty of horizontal room for the data
Additional info:
- Using jQuery 3.1.1
- Using Bootstrap 3.3.7
- Happens in Firefox 9.0.1
- Does not happen in Chrome 54.0.28440.59
- Does not happen in Safari 9.1.3
- An example can be seen at http://example.dplhenterprises.com/
Replies
Oops. Forgot mention the version of DataTables.
I'm using DataTables 1.10.12 from the CDN.