column width
column width

Hi, I am having issues on column width when I disable the orderable. Do you have any idea?
"width": "180px"
"orderable": false
When i remove orderable, it display correctly.
Thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Based on what you pasted you have a syntax error. Looks like you are missing a comma separating the options:
If this is not the case then we will need to see the problem to help debug. Please post a link to your page or a test case replication the issue.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin