Fix example code

pull/196/head
Sébastien ALFAIATE 9 years ago
parent 703cb5c6ec
commit c1973963f3

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

Loading…
Cancel
Save