2
I’d like some help with my problem. I wonder if there is the possibility to start datatables with the search field already filled with a default value. I tried it this way.
$(document).ready(function(){
$('input[type="search"').val('valor_default');
$('#table').DataTable();
});
That way it doesn’t work. If you can help or have some light thank you.
I believe that the order of the code ai should be first the date table, and then the fill.
– Robson Braga
@Robsonbraga true, I’ll test
– PaulinhoCaP