Column width problem
Column width problem
theslyguy
Posts: 3Questions: 1Answers: 1
Hello,
I have made a page with datatable and was unable to set the witdh of each column even when specifying it qith columndefs. I have made a jsfiddle to demonstrate the situation I got:https://jsfiddle.net/4L4wwd8j/2/
The only way I could make it work was to insert scrollX: true but I was loosing the search field at the bottom of the table.
I must have made some coding error somewhere but I can't find where, need help!!
thank you
This discussion has been closed.
Answers
I have found out that inserting #table_id {table-layout:fixed} in my css seems to fix my problem.