I have problem setting an initial filtering condition on the table

I have problem setting an initial filtering condition on the table

Patrick HujnenPatrick Hujnen Posts: 1Questions: 1Answers: 0

I want to set the initial search and am following the example provided but with no result: I don't see the initial filtering in the general table search field

$('#example').dataTable( {
"search": {
"search": "Fred"
}
} );

Has anyone experienced something like that before?

Answers

This discussion has been closed.