$('#table').dataTable
sDom: "<'row'<'col-md-6'><'col-md-6'>r>t<'row'<'col-md-6'f><'col-md-6 pull-right'p>>"
sPaginationType: "bootstrap"
bLengthChange: false
bInfo: false
aaSorting: [[ 1, "asc" ]]
aoColumns: [
{ sWidth: "05%", bSortable: false },
{ sWidth: "15%" },
{ sWidth: "15%" },
{ sWidth: "10%" },
{ sWidth: "15%" },
{ sWidth: "10%", sClass: "center" },
{ sWidth: "10%" },
{ sWidth: "10%" },
{ sWidth: "10%" }
]
Generates the following filter input field:
but it should have class "form-control", right?