No column resizing when decreasing brower window size

No column resizing when decreasing brower window size

smorettismoretti Posts: 9Questions: 0Answers: 0
edited December 2011 in DataTables 1.8
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

Replies

  • smorettismoretti Posts: 9Questions: 0Answers: 0
    edited December 2011
    In fact, fixed now.
    A strange behavior with a CSS rule out of DataTables.
This discussion has been closed.