Filter by first letter dont works

Filter by first letter dont works

manoletmanolet Posts: 1Questions: 0Answers: 0
edited January 2012 in General
Hi, im trying to use fnFilter function but im getting crazy with it!

this setup dont works for me,

[code]
$('#contactsTable').dataTable({
"sScrollY": "200px",
"bPaginate": false,
"bJQueryUI": true
});

$('#contactsTable').dataTable().fnFilter( '^a', 0, true, true);
[/code]

datetables 1.8.0

the filter box works normally, it works without regex, i need to filter by first letter

any idea?
This discussion has been closed.