How to show search below entries
How to show search below entries
Hi,
I need to show the search box below the entries. I read all but didn't know how to do. Below are the script that I'm using
$(document).ready( function () {
$('#table_id').dataTable( {
"dom": 'T<"clear">lfrtip',
"language": { "url": "../DataTables-1.10.5/language/Portuguese-Brasil.json" },
"tableTools": { "sSwfPath": "../DataTables-1.10.5/extensions/TableTools/swf/copy_csv_xls_pdf.swf" },
"columnDefs": [
{
"targets": [ 7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26 ],
"visible": false,
"searchable": false
}
]
} );
} );
Thanks for any help and best regards
Ronaldo Luiz