Don't permit autocomplete in search input?
Don't permit autocomplete in search input?
Hello,
I am creating a basic table with a search, but when init the search loaded an autocomplete data.
This is the structure I am using:
$('#'+div).dataTable({
"searching": true,
"language": {
"lengthMenu": "Por página: MENU",
"zeroRecords": "Sin resultados",
"info": "Mostrando página PAGE de PAGES",
"infoEmpty": "No hay registros disponibles",
"infoFiltered": "(Filtrado de MAX registros en total)"
},
"order": [[ 0, 'desc' ]]
});
¿who i cant block de autocomplit?
Answers
My solution