Mottie
80faf2534b
Pager: add note about including an ajax success callback. See #749
2014-10-25 20:15:42 -05:00
Mottie
fd038ceebe
Filter: anymatch now uses filter_ignoreCase option properly. Fixes #748
2014-10-21 12:18:43 -05:00
Mottie
df36ae331d
Filter: clean up white-space in data-column
2014-10-20 23:34:38 -05:00
Mottie
8d0ea85880
Filter: External inputs can target multiple columns.
2014-10-20 23:21:57 -05:00
Mottie
3e42e8bb74
StickyHeaders: works with nested tables & modified options. Fixes #724
2014-10-20 17:46:23 -05:00
Mottie
2c849fe4c0
Themes: Fix zerba striping in nested tables
2014-10-20 15:45:44 -05:00
Mottie
71597e208a
Uitheme: fix multiple header row sort icons
2014-10-20 15:45:43 -05:00
Mottie
26963ef1b0
Pager: widget cleanup & only use last search data
2014-10-20 15:44:56 -05:00
Mottie
5a00bf2bb7
Core: update widgetClass option matching. See #743
2014-10-18 15:05:23 -05:00
Mottie
c9a7304f48
uitheme: add method to remove previous theme
2014-10-18 08:32:21 -05:00
Mottie
19d85b83f2
Core: aria-labelledby attribute no longer added with nested captions
2014-10-16 10:23:32 -05:00
Mottie
2987dc0b25
RepeatHeaders: now works with filtered & nested tables
2014-10-11 00:21:08 -05:00
Mottie
e649b0a63c
Core: Add widgetClass option & fix debug logs for applying widgets. Fixes #743
2014-10-10 20:50:51 -05:00
Mottie
5cd7b33df7
Core: get column index from data-attribute when sorting
2014-10-10 07:54:25 -05:00
Mottie
ad85121da0
Grouping: Add "monthyear" grouping to dates. Fixes #744
2014-10-09 21:26:13 -05:00
Mottie
3c0380cad4
Pager: fixedHeight is working properly. Fixes #742 & 729
2014-10-09 18:22:10 -05:00
Mottie
ae65dc5477
Pager: fix empty table select showing 0 & 1 pages
2014-10-09 17:05:56 -05:00
Mottie
cdaa65f041
Pager: ensure filteredRows is current on page move. See #745
2014-10-09 16:49:49 -05:00
Mottie
0ee530de30
Pager: revert using native javascript for goto select. Fixes #734
2014-10-09 16:10:34 -05:00
Mottie
655b2c9277
Pager: IE requires a value attribute for every option. Fixes #734
2014-10-07 08:14:36 -05:00
Mottie
7a1a90232b
columnSelector: col element now hidden with column. Fixes #740
2014-10-06 11:17:17 -05:00
Mottie
7ceb69056b
Parser: add named number parser & demo
2014-10-05 19:39:21 -05:00
Mottie
3058060a63
UItheme: ignore nested tables
2014-10-04 11:50:30 -05:00
Mottie
c13d0f65f5
columnSelector: prevent adding a media query when no priorities are set
2014-10-04 11:15:38 -05:00
Mottie
0346f0fd79
Resizable: make to work inside overflow container. Fixes #737
2014-10-02 20:51:30 -05:00
Mottie
de81f11032
Scroller: remove scroller_idPrefix in lieu of unique namespace id
2014-10-02 12:10:21 -05:00
Mottie
317d0585ad
Core: fix ARIA caption label reference
2014-10-02 12:07:22 -05:00
Mottie
09c3091066
Filter: add filter_cellFilter option. Fixes #731
2014-10-02 11:46:09 -05:00
Mottie
d6be67e770
Pager: check for dynamically changing ajaxUrl option & cleanup
2014-10-02 11:30:39 -05:00
Mottie
509c9f7065
Merge branch 'working' of github.com:Mottie/tablesorter into working
2014-09-30 17:24:50 -05:00
Justin F. Hallett
a867d3d2f1
p must have ajaxObject, setting it up at init so we can use it to compare later on
2014-09-30 16:17:17 -06:00
Mottie
065342b825
Parsers: Update all date parsers to ensure valid dates
2014-09-30 16:20:04 -05:00
Mottie
6fbdc1a3b9
Pager: Add url check to allow ajax updating of table. Fixes #730
2014-09-28 08:37:47 -05:00
Mottie
235fc037fa
Filter: wildcard filter match behaves logically. Fixes #727
2014-09-28 00:21:33 -05:00
Mottie
b261356baf
Editable: make updatable. Fixes #732
2014-09-27 23:12:13 -05:00
Mottie
8320e12ea5
Demos & themes: include caption in metro theme; add to various demos
2014-09-27 11:35:42 -05:00
Mottie
121e275ec8
Core: add config & jQuery table object parameters to onRenderHeader function
2014-09-27 11:28:40 -05:00
Mottie
aabb1d6dad
Pager: plugin again updates output display on init
2014-09-20 19:50:27 -05:00
Mottie
2d81e3e8f3
Pager: modify & add to widget the code from issue #711
2014-09-17 01:45:27 -05:00
Mottie
195f4fca77
Core parser updates
...
Added $node to parser "is" parameter, add image parser to core, moved ipAddress to external file & add MAC address parser to renamed parser-network.js file
2014-09-16 23:36:17 -05:00
Mottie
db8878ac83
Pager: Fix JSHint code issues from #711
2014-09-16 09:54:30 -05:00
Rob G
43d80b64be
Merge pull request #711 from camallen/slow_page_number_links
...
Pager widget - slow table update when there are a large number of page number links
2014-09-16 09:45:54 -05:00
Campbell Allen
74163cf8a9
remove unused variable max_option_size
2014-09-16 08:39:48 +01:00
Campbell Allen
8eb0a6125a
extract maxOptionSize to a pager widget configuration option
2014-09-16 08:37:28 +01:00
Campbell Allen
66045f5a25
add focus page number set around current page number
2014-09-16 08:37:28 +01:00
Campbell Allen
3ac996ba60
use a sample of page number links for large collections
...
Large collections will have a large number of page links. The browser slows noticeably when inserting the large page links collection into the DOM.
2014-09-16 08:37:27 +01:00
Mottie
08bf513acd
version bump
2014-09-15 19:44:03 -05:00
Mottie
33b3abe75a
Parser: Add duration parser & demo
2014-09-15 19:17:11 -05:00
Mottie
839feaa81a
Pager: fix widget to be properly applied after page move
2014-09-15 15:12:30 -05:00
Mottie
638a434c17
Custom pager controls: update version
2014-09-12 19:02:11 -05:00