sWidth is not working
sWidth is not working
![krishnaenugu](https://secure.gravatar.com/avatar/ca66e4fe066c3e0819cd6614b2003b7e/?default=https%3A%2F%2Fvanillicon.com%2Fca66e4fe066c3e0819cd6614b2003b7e_200.png&rating=g&size=120)
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.