I am dynamically creating a HTML table. Number of rows and columns are not fixed. I am using JQuery datatable to extend my html table.Problem is width of the columns, it always take the auto width (I guess dividing the sScrollX width among the number of columns). How can I set the width of my columns? CSS has no effect on column width.
As seen in the image below columns are wider than expected
