diff --git a/docs/index.html b/docs/index.html index ab53ef89..5bb910b2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -902,7 +902,7 @@
bottom
- sort empty table cells to the bottom.false
to make the column content search case-insensitive, so typing in "a" will not find "Albert". (v2.3.4)
+ Filter widget: Set this option to false
to make the column content search case-sensitive, so typing in "a" will not find "Albert". (v2.3.4)
filter_ignorecase
option as follows:
@@ -2652,7 +2652,7 @@ $(function(){
Filter widget: If the storage utility is available (included with jquery.tablesorter.widgets.js
file, the last applied filter is saved to storage (v2.14).
filter_defaultAttrib
option and be available to the pager before any ajax calls are made.filter_defaultAttrib
option and be available to the pager before any ajax calls are made.$.tablesorter.storage( $('table'), 'tablesorter-filters', '' );