Header with search field wraps to a new line

Header with search field wraps to a new line

rashed_karimrashed_karim Posts: 5Questions: 0Answers: 0
edited November 2012 in General
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]

Replies

This discussion has been closed.