I am using jQuery DataTables latest version. I want to use individual column filter on every table so am using the column filter plugin but am getting search boxes in foote
Simply use the following javascript code ( here 'example' being the id of your table ):
$('#example tfoot tr').insertAfter($('#example thead tr'))