Set column width of Jquery datatables

Set column width of Jquery datatables

rayokcrayokc Posts: 3Questions: 1Answers: 0
edited October 2022 in Free community support

This { "title": "Item No", "data": "ITEM", "width": "500px"} doesn't work in Jquery datatables. Can someone help to advise?

Answers

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin

    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

Sign In or Register to comment.