sWidth is not working
sWidth is not working
krishnaenugu
Posts: 1Questions: 0Answers: 0
I am using datatables 1.7.3 and setting sWidth is not working
"sScrollY": "94px",
"aoColumns": [ { "sWidth": "50px" }, { "sWidth": "138px" }, { "sWidth": "130px" }, { "sWidth": "57px" }, { "sWidth": "0px" } ],
"bPaginate": false,
"bLengthChange": true,
"bFilter": false,
"bSort": false,
"bInfo": false,
"bAutoWidth": false,
"bProcessing": false,
I have tried using version 1.8.2 also, but no luck.
"sScrollY": "94px",
"aoColumns": [ { "sWidth": "50px" }, { "sWidth": "138px" }, { "sWidth": "130px" }, { "sWidth": "57px" }, { "sWidth": "0px" } ],
"bPaginate": false,
"bLengthChange": true,
"bFilter": false,
"bSort": false,
"bInfo": false,
"bAutoWidth": false,
"bProcessing": false,
I have tried using version 1.8.2 also, but no luck.
This discussion has been closed.