Guest User

Untitled

a guest
Aug 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $('#myInput').keyup( function () {
  2. table.search( jQuery.fn.DataTable.ext.type.search.string( this.value )).draw()
  3. });
Add Comment
Please, Sign In to add comment