Header with search field wraps to a new line
Header with search field wraps to a new line
rashed_karim
Posts: 5Questions: 0Answers: 0
I am not sure how to configure the header part of the table where the search field appears. It wraps onto a new line. Here is a screenshot of the table showing what is wrong: http://postimage.org/image/7bl0do6zt/
I have defined my table as:
[code]
...
....
[/code]
and here is a glimpse of my table in javascript:
[code]
hJobTable = $('#HighJobs').dataTable( {
"sScrollY": 400,
"iDisplayLength": 50,
"bFilter": true,
"bJQueryUI": true,
"bProcessing": true,
"sPaginationType": "full_numbers",
"bServerSide": false,
"aaSorting": [[ 5, "asc" ]],
"sAjaxSource": "somefunction.php?processID=2",
"asStripClasses":[]
} );
[/code]
I have defined my table as:
[code]
...
....
[/code]
and here is a glimpse of my table in javascript:
[code]
hJobTable = $('#HighJobs').dataTable( {
"sScrollY": 400,
"iDisplayLength": 50,
"bFilter": true,
"bJQueryUI": true,
"bProcessing": true,
"sPaginationType": "full_numbers",
"bServerSide": false,
"aaSorting": [[ 5, "asc" ]],
"sAjaxSource": "somefunction.php?processID=2",
"asStripClasses":[]
} );
[/code]
This discussion has been closed.
Replies