From 3ada0de10a664cd4c7803378530562d01f450f12 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Sat, 12 Dec 2015 19:29:44 -0600 Subject: [PATCH] Docs: add note filter localization - escaping regex characters. See #1101 --- docs/example-widget-filter.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/example-widget-filter.html b/docs/example-widget-filter.html index ac3a9745..f8393c25 100644 --- a/docs/example-widget-filter.html +++ b/docs/example-widget-filter.html @@ -727,7 +727,21 @@ $.extend($.tablesorter.language, { to : 'à|a', or : 'ou|o', and : 'et|y' -});Note These changes still require the user to enter spaces in the filter to perform the search, e.g. 1 à 10 (shows rows with numbers between 1 and 10). +}); +

Notes

+