diff --git a/docs/example-widget-filter-any-match.html b/docs/example-widget-filter-any-match.html index 16396572..de3be495 100644 --- a/docs/example-widget-filter-any-match.html +++ b/docs/example-widget-filter-any-match.html @@ -74,7 +74,7 @@ @@ -152,7 +153,7 @@ $('table').trigger('search', [ columns ]);

- Next up: jQuery custom filter widget ›› + Next up: jQuery custom filter widget external inputs ››
diff --git a/docs/example-widget-filter.html b/docs/example-widget-filter.html index 2d346a56..9bf507e6 100644 --- a/docs/example-widget-filter.html +++ b/docs/example-widget-filter.html @@ -206,7 +206,7 @@ $(function(){
  • This widget does work with tablesorter v2.0.5.
  • Using the filters: - + diff --git a/docs/index.html b/docs/index.html index 75404143..9431da42 100644 --- a/docs/index.html +++ b/docs/index.html @@ -390,9 +390,9 @@
  • * Filter Widget:
  • Type (1)(2)DescriptionExamples
    Type (1)(2)DescriptionExamples
    textAny text entered in the filter will match text found within the columnabc (finds "abc", "abcd", "abcde", etc); (finds "Aaron" and "Philip Aaron Wong")
    ~Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query (v2.13.3) (matches "Bruce Lee" and "Brenda Dexter") or (matches "Philip Aaron Wong")