Bootstrap 3 compatiblity update - make use of the sFilterInput and

sLengthSelect options in DataTables 1.10 to provide classes for hte two
form elements used by DataTables
pull/31/head
Allan Jardine 11 years ago
parent e30998857e
commit 5752e4c0c3

@ -14,6 +14,10 @@ div.dataTables_filter label {
float: right;
}
div.dataTables_filter input {
width: 16em;
}
div.dataTables_info {
padding-top: 8px;
}

@ -12,7 +12,9 @@ $.extend( true, $.fn.dataTable.defaults, {
/* Default class modification */
$.extend( $.fn.dataTableExt.oStdClasses, {
"sWrapper": "dataTables_wrapper form-inline"
"sWrapper": "dataTables_wrapper form-inline",
"sFilterInput": "form-control",
"sLengthSelect": "form-control"
} );

Loading…
Cancel
Save