Set column width of Jquery datatables
Set column width of Jquery datatables
rayokc
Posts: 3Questions: 1Answers: 0
This { "title": "Item No", "data": "ITEM", "width": "500px"} doesn't work in Jquery datatables. Can someone help to advise?
Answers
The
columns.width
parameter is "advisory". It means that we will attempt to set the column to that width, but the browser can overrule you if it deems fit (e.g. it couldn't get the other content on the page).If you can link to a test case showing the issue, I can take a look and see what is causing it in this case.
Allan