I\'m using successfully this code
function refreshDataTable() { // The table is made sortable $(\'#order_proposal_table\').DataTable({
I excluded the second column from search by using the bSearchable false
bSearchable
false
lang-js "aoColumns": [ null, { "bSearchable": false } ]
Hope you found this code helpful.