From e0065710d2d582c86027a0e218a9082c443a9fdb Mon Sep 17 00:00:00 2001 From: Mottie Date: Wed, 14 May 2014 19:53:03 -0500 Subject: [PATCH] Core: refer filter_functions & filter_selectSource by header class/id. See #237. --- docs/example-widget-filter-custom.html | 9 ++- docs/example-widget-filter-formatter-1.html | 23 +++--- docs/example-widget-filter-formatter-2.html | 1 + docs/index.html | 16 +++- js/jquery.tablesorter.widgets.js | 70 ++++++++--------- testing/testing-widgets.js | 87 +++++++++++++++------ 6 files changed, 128 insertions(+), 78 deletions(-) diff --git a/docs/example-widget-filter-custom.html b/docs/example-widget-filter-custom.html index ff6f7fdc6..f82b88072 100644 --- a/docs/example-widget-filter-custom.html +++ b/docs/example-widget-filter-custom.html @@ -107,7 +107,7 @@ // Add select menu to this column // set the column value to true, and/or add "filter-select" class name to header - // 0 : true, + // '.first-name' : true, // Exact match only 1 : function(e, n, f, i, $r) { @@ -158,6 +158,7 @@

Flexible client-side table sorting

Notes