No column resizing when decreasing brower window size
No column resizing when decreasing brower window size
smoretti
Posts: 9Questions: 0Answers: 0
Hi
I have table which does not resize itself when I decrease my browser window size.
"aaData": [myAaData],
"sPaginationType" : "full_numbers",
"bPaginate": true,
"bAutoWidth": false,
"bDeferRender": true,
"bFilter": true,
"bInfo": true,
"bProcessing": false,
"bSort": true,
"bStateSave": true,
"sDom":"fplti"
The table loads a javascript array and the fnAdjustColumnSizing function does not seem to work.
I have another table with the same parameters but JSON data are loaded with AJAX.
For that one, when I resize the browser, the table is automatically resized.
An idea what happens ?
dataTables-1.8.2.min.js, jquery-1.6.3.min.js
I have table which does not resize itself when I decrease my browser window size.
"aaData": [myAaData],
"sPaginationType" : "full_numbers",
"bPaginate": true,
"bAutoWidth": false,
"bDeferRender": true,
"bFilter": true,
"bInfo": true,
"bProcessing": false,
"bSort": true,
"bStateSave": true,
"sDom":"fplti"
The table loads a javascript array and the fnAdjustColumnSizing function does not seem to work.
I have another table with the same parameters but JSON data are loaded with AJAX.
For that one, when I resize the browser, the table is automatically resized.
An idea what happens ?
dataTables-1.8.2.min.js, jquery-1.6.3.min.js
This discussion has been closed.
Replies
A strange behavior with a CSS rule out of DataTables.