Merge pull request #196 from Seb33300/patch-1

Fix - filtering: Example code for `accent-neutralise.js` had an error
pull/197/head
Allan Jardine 10 years ago
commit 99912855a0

@ -27,7 +27,7 @@
* $('#myInput').keyup( function () {
* table
* .search(
* jQuery.fn.DataTable.ext.type.search.string( this )
* jQuery.fn.DataTable.ext.type.search.string( this.value )
* )
* .draw()
* } );

Loading…
Cancel
Save