diff --git a/docs/example-widget-filter.html b/docs/example-widget-filter.html index 7056d553..d1d6f3ba 100644 --- a/docs/example-widget-filter.html +++ b/docs/example-widget-filter.html @@ -232,7 +232,7 @@ $(function(){
  • In v2.22.0 @@ -290,7 +290,7 @@ $(function(){ - 1| or  OR Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar (2).box|bat (matches a column cell with either "box" or "bat"); (Find text that contains either "Alex" or "Peter"); + 1| or  OR Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar (2).box|bat (matches a column cell with either "box" or "bat"); (Find text that contains either "Alex" or "Peter"); 2 &&  or  AND Logical "and". Filter the column for content that matches text from either side of the operator.box && bat (matches a column cell that contains both "box" and "bat"), (Find text that contains both "br" and "c"), or (When "filter-match" is set, find content with the letter "a", but not the letter "o") 3/\d/Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)/b[aeiou]g/i (finds "bag", "beg", "BIG", "Bug", etc); (matches text that ends with an "r") 4< <= >= >Find alphabetical or numerical values less than or greater than or equal to the filtered query (1). (find values greater than or equal to 10) diff --git a/docs/index.html b/docs/index.html index 9c672e9f..04c5a544 100644 --- a/docs/index.html +++ b/docs/index.html @@ -458,7 +458,7 @@
  • Column selector widget (v2.15; v2.24.0).
  • Content editable widget (v2.9; v2.25.0).
  • Beta Dragtable mod - (jQuery UI widget for column reordering [ref]; v2.24.0).
  • -
  • Filter widget (v2.25.0): +
  • Filter widget (v2.25.1):