Fixed column width Chrome vs Safari
Fixed column width Chrome vs Safari

Hello all,
I'm new to this forum and I hope someone can help me with an issue around fixed columns.
I have created a table with the first two columns on fixed 300px. In Chrome this width is maintained even when the browser window is sized smaller. When doing this in Safari the width of the columns is reduced below 300px.
What can I do about this?
I made a test case:
https://live.datatables.net/vihabuhu/1/edit?html,css,js,console,output
This question has an accepted answers - jump to answer
Answers
Your example works in Firefox as well as Chrome. It sounds like a Safari bug - possibly it isn't adhering to the
min-width
that is applied to the column. In fact, looking at the webkit bug list I found this bug. It has a recent patch, so perhaps it will get addressed soon (assuming that is the issue).Allan
Thank you very much Allan, hopefully this issue will be solved soon.