Mottie
ab5ceb9e1d
Fixed issues with filter_columnFilters set to false. Fixes #355
2013-10-10 07:59:39 -05:00
Mottie
d0adfe288f
Filter widget will work properly with sub-tables. Fixes #354
2013-10-10 07:59:38 -05:00
Mottie
12ca586011
All class names used for finding elements have new "empty" default values. Fixes #381
2013-10-10 07:59:37 -05:00
Mottie
ecf9693354
column widget code cleanup
2013-10-10 07:59:36 -05:00
Mottie
ddff43ee4c
exact matches in filter widget now allows using == (acts the same as a single equal)
2013-10-10 07:59:33 -05:00
Rob G
b561ff4471
Merge pull request #327 from riker09/master
...
Widget option "filter_reset" for dynamically added elements
2013-10-09 19:45:08 -07:00
gknights
82f4a55191
Add row as parameter to the format function calls #367
...
The JQuery object for the row is passed to the format functions as 5th
argument.
2013-08-30 16:26:06 +01:00
Justin F. Hallett
74f296adff
Add WidgetOptions -> stickyHeaders_zIndex option, this allows for the user to customize the zIndex of stickyHeaders to suit the needs of their site
2013-06-10 15:37:48 -06:00
Justin F. Hallett
fa3c0dc763
Use outerHeight to get the full Height of the caption
...
Also simplified how often the caption height was used by adding it to sTop
2013-06-10 09:21:55 -06:00
Volker Thiel
9733f794aa
Widget option 'filter_reset' for dynamic content
...
The widget option "filter_reset" only works for elements that are present in the DOM on initialization of the table. Now it works for elements that have been added to the DOM at some later point as well.
2013-06-05 10:31:55 +02:00
Mottie
eb48e66684
Added stickyHeaders_includeCaption; fixes #322
2013-06-04 20:11:05 -05:00
Mottie
e7ebec01ce
Added filter_defaultAttrib option to obtain & set default filter values
2013-06-04 20:02:16 -05:00
Mottie
8ba5c87969
Added "stickyHeadersInit" event
2013-05-28 23:04:32 -05:00
Mottie
e9344d6c49
filtering child rows should now work properly; fixes #306
2013-05-28 22:55:06 -05:00
Mottie
1ea06d5d1a
updated minified scripts
2013-05-27 08:53:35 -05:00
Mottie
17ebc25fbb
filter placeholder text can now be obtained from jQuery data
2013-05-24 17:42:15 -05:00
Mottie
61ae505fac
fix to filter optimization tweak ( #313 ), when searching for exact matches
2013-05-24 09:36:00 -05:00
Mottie
a389fa198b
filter logical "or" now exactly matches & updated filter get/set functions to work when filter_columnFilters is false
2013-05-23 15:28:19 -05:00
Mottie
361153a7d1
filter optimization, search already filtered rows - see #313
2013-05-20 10:40:32 -05:00
Mottie
79a64e3044
filter search delay is no longer ignored
2013-05-20 10:05:08 -05:00
Mottie
4494da5357
updated localstorage check
2013-05-13 13:06:02 -05:00
Mottie
61c961ef5b
fixed filter date comparisons
2013-05-13 13:05:31 -05:00
Mottie
fc9a64e693
added filter_onlyAvail option; fixes #292
2013-05-12 17:32:39 -05:00
Mottie
e21baf0024
fix filter widget numeric range error
2013-05-12 15:17:46 -05:00
Mottie
6e5351d104
update docs, more unit testing & minor tweaks
2013-05-08 23:36:06 -05:00
Mottie
31ffad7fea
filter widget now works properly with date comparisons; fixes #302
2013-05-08 11:04:23 -05:00
Mottie
542e5bb896
fixed a stickyHeaders_offset issue
2013-05-06 09:07:21 -05:00
Mottie
1573726c46
added stickyHeaders_addResizeEvent option with public function; fixes #289
2013-05-04 07:25:51 -05:00
Mottie
2274580ebf
added stickyHeader_offset; fixes #294
2013-05-03 16:25:41 -05:00
Mottie
0d127da1a1
filter-select updates properly within the sticky header; fixes #288
2013-05-02 15:37:31 -05:00
Mottie
cfb61554b5
Fixed content selection & form interaction in the headers/sticky headers; fixes #57
2013-04-30 09:45:58 -05:00
Mottie
fa2a11c774
filter_liveSearch can now contain a minimum number of characters; see #286
2013-04-26 17:41:39 -05:00
Mottie
d54813d1fa
filter_liveSearch now works properly in non-webkit browsers; fixes #285
2013-04-26 16:01:45 -05:00
Mottie
68cc42ce0f
filter_searchDelay no longer ignored (broken in v2.9.0)
2013-04-26 14:34:08 -05:00
Mottie
7593fbc8ee
triggered filter searches now update the inputs properly; see #146
2013-04-26 11:24:11 -05:00
Mottie
1162f9c8d5
added filter_filteredRow class name option; used by the pager
2013-04-26 11:22:47 -05:00
Mottie
45f83dc1fe
fixes stickyHeader widget lag - issue #278
2013-04-13 11:59:14 -05:00
Mottie
3500d91be3
final cleanup & version bump
2013-04-12 21:15:57 -05:00
Mottie
615552e9e5
sticky header widget only monitors visible tables - fixes #278
2013-04-12 17:13:22 -05:00
Mottie
a5abb5060a
removed slower find-self method
2013-04-12 11:27:46 -05:00
Mottie
10426559dc
fix filter + ajax issue #270 & added public filter get & set functions
2013-04-12 11:26:16 -05:00
Mottie
7333519717
Added filter_liveSearch option
2013-04-08 01:21:57 -05:00
Mottie
ffafc9ea07
more cleanup
2013-04-04 16:33:28 -05:00
Mottie
b14d8809a1
remove processing icon from sticky header
2013-04-02 13:05:55 -05:00
Mottie
2134d6dcd0
stickyHeaders now include caption ( fixes #126 ) & filter row ( fixes #249 )
2013-04-01 11:02:48 -05:00
Mottie
45c1b9b276
fixed filter row targetting
2013-03-31 12:23:48 -05:00
Mottie
5c4fe06b81
added widget priorities
2013-03-31 12:18:20 -05:00
Mottie
a5fe8668cc
add resizable_addLastColumn widget option
2013-03-30 10:14:42 -05:00
Mottie
ba885c436d
update to v2.8.0
2013-03-27 18:21:09 -05:00
Mottie
fd32150e0c
filter now works properly across tbodies. Fixes #264
2013-03-26 16:36:44 -05:00