Skip to content

Commit d0fe470

Browse files
author
natinusala
committed
1 parent 0d6227a commit d0fe470

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ Consequently, the script is now able to search in several columns. If you want t
66
If you don't want to create any filter, just put an emptyarray as argument.
77
#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'.
9-
$.uiTableFilter( $("#table"), "Pepper", ["Price", "Item", "D"]);
9+
```
10+
$.uiTableFilter( $("#table"), "Pepper", ["Price", "Item", "D"]);
11+
```

0 commit comments

Comments
 (0)