jQuery DataTables: control table width

jQuery('#querytableDatasets').dataTable({  
        "bAutoWidth": false
});

Leave a Comment