Skip to content

Commit b0fd06d

Browse files
author
natinusala
committed
1 parent d0fe470 commit b0fd06d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#Original script
22
https://github.com/gregwebs/jquery-uitablefilter
3-
#What's new ?
3+
##What's new ?
44
With this version the 'column' argument has been modified to be an array of columns instead of being just one column.
55
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.
66
If you don't want to create any filter, just put an emptyarray as argument.
7-
#Example
7+
##Example
88
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'.
99
```
1010
$.uiTableFilter( $("#table"), "Pepper", ["Price", "Item", "D"]);

0 commit comments

Comments
 (0)