http://www.datatables.net/examples/api/regex.html
html
js
and maybe some css for global_filter
Pleeeeeease
html
Code:
Regexp search: <input type="text" class="global_filter" id="global_filter">
Code:
$('input.global_filter').on( 'keyup click', function () {
$('#mnlist').DataTable().search($('#global_filter').val(), true, true).draw();
} );
Pleeeeeease