error in example for accent-neutralize

error in example for accent-neutralize

Stéphane__Stéphane__ Posts: 1Questions: 0Answers: 0

In the page https://datatables.net/plug-ins/filtering/type-based/accent-neutralise, the first line in example should be:
var table = $('#example').DataTable();
instead of:
var table = $('#example').dataTable();

With dataTable(), there is an error when the user uses the search input:
"TypeError: table.search is not a function"

This discussion has been closed.