You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this version the 'column' argument has been modified to be an array of columns instead of being just one column.
5
5
Consequently, the script is now able to search in several columns. If you want the original behaviour back, put an array with only one entry.
6
-
If you don't want to create any filter, just put an emptyarray as argument.
6
+
If you don't want to create any filter, just put an empty array as argument.
7
+
##Download
8
+
Download the latest version here : https://raw.github.com/natinusala/jquery-uitablefilter/master/jquery.uitablefilter.js
7
9
##Example
8
10
Here is an example (see the original project README for more informations). It will search the word 'Pepper' in #table in columns 'Price', 'Item' and 'ID'.
0 commit comments