var myTable = $('#myTable').dataTable( {
"bFilter": false,
"bInfo": false,
"bPaginate": false,
"bAutoWidth": false,
"aaSorting: [[0, "desc"]],
"aoColumns": [
{ "sType": "serial"},
null,
{ "sWidth": "200px"},
{ "sType": "date"},
null,
null,
null
],
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"sRowSelect": "single"
}
});
$(window).bind("resize", function() {
myTable.fnAdjustColumnSizing();
});
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.