I have a problem controlling the width of a table using the jQuery DataTables plugin. The table is supposed to be 100% of the container width, but ends up being an arbitrar
Well, I'm not familiar with that plugin, but could you reset the style after adding the datatable? Something like
$("#querydatatablesets").css("width","100%")
after the .dataTable call?