Filter input is over the header
Filter input is over the header
Hi Guys,
What could be wrong if the filter input field is over the table header (over the header of the last column) instead of above?
Sometimes the field is above, but at most it is over the header. The code is the same, just the id of the html element is different.
Both in FireFox and IE.
Here is the code used in the ready function to initialize the datatable:
$('#statuszTabla').dataTable( {
"bPaginate": true,
"bLengthChange": false,
"bFilter": true,
"bSort": true,
"bInfo": false,
"bAutoWidth": false,
"iDisplayLength": 10,
"bStateSave": true,
"sCookiePrefix": "jir_StatuszTabla",
"sPaginationType": "full_numbers"
} );
Any help appreciated.
What could be wrong if the filter input field is over the table header (over the header of the last column) instead of above?
Sometimes the field is above, but at most it is over the header. The code is the same, just the id of the html element is different.
Both in FireFox and IE.
Here is the code used in the ready function to initialize the datatable:
$('#statuszTabla').dataTable( {
"bPaginate": true,
"bLengthChange": false,
"bFilter": true,
"bSort": true,
"bInfo": false,
"bAutoWidth": false,
"iDisplayLength": 10,
"bStateSave": true,
"sCookiePrefix": "jir_StatuszTabla",
"sPaginationType": "full_numbers"
} );
Any help appreciated.
This discussion has been closed.