I have a DataTables loaded by ajax request. Everytime when the table is drawed, layout's table breaks and, when change the entires, for to see more lines, it changes again the size of columns.
What I need?
Table with fixed width (I tried table-layout: fixed, but not works)
Change entires and keep the same width measure when load
DataTables, draw columns without overflow
Somebody?