I'm using datatables plugin and i would like add custom search button (Go) to filter the grid which is populated by datatable.When User clicks go button selecting drug and organisation results should be filter
$(document).ready(function() {
$('#example').dataTable();
} );

