Skip to content

Commit 5f89361

Browse files
committed
allow to specify particular elements within <td> to limit search to
Signed-off-by: Smita Kumari <[email protected]>
1 parent d3674b5 commit 5f89361

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jquery.uitablefilter.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
* optional arguments:
2020
* array of columns to limit search too (the column title in the table header)
2121
* ifHidden - callback to execute if one or more elements was hidden
22-
* tdElem - specific element within td to be considered for searching or to limit search to,
23-
* default:whole "td". useful if "td" has more than one elements inside but want to
24-
* limit search within only some of elements or only visible elements. eg tdElem can be "td span"
22+
* tdElem - specific element within <td> to be considered for searching or to limit search to,
23+
* default:whole <td>. useful if <td> has more than one elements inside but want to
24+
* limit search within only some of elements or only visible elements. eg tdElem can be "td span"
2525
*/
2626
(function($) {
2727
$.uiTableFilter = function(jq, phrase, column, ifHidden, tdElem){

0 commit comments

Comments
 (0)