Open GoogleCodeExporter opened 8 years ago
JQuery DataTables - Filter column by exact match
oTable.fnFilter( "^"+TERM+"$", COLUMN , true); //Term, Column #, RegExp Filter
$(document).ready(function() {
tbl = $('#example').dataTable();
tbl.fnFilter("^" + filter_value + "$");
});
$(document).ready( function() {
$('#example').dataTable( {
"oSearch": {"bSmart": false}
} );
} )
Original comment by mrkraju1...@gmail.com
on 13 Feb 2014 at 9:53
Original issue reported on code.google.com by
kralco...@gmail.com
on 23 Oct 2013 at 2:28