0

I want to see my exact keyword search in data table. I have a gender column wheres values are male,female and others when I am searching male then show male and female both but I want to see male only.

Here is my code

$(document).ready(function() {
    oTable = $('#datatable').dataTable();
    oTable.fnFilter( "^" + TERM + "$", COLUMN , true);
});
Rory McCrossan
  • 331,213
  • 40
  • 305
  • 339
Rakib Roni
  • 252
  • 3
  • 12
  • Ok. Do you have a specific issue with this code, if so please give details. – Rory McCrossan Feb 05 '15 at 10:08
  • 1
    i want to search employe from employee table with gender wise.... when i am searching with male then male and female both show. i want to see male only when write male in search box. – Rakib Roni Feb 05 '15 at 10:36

0 Answers0