Mottie
ce82258edc
Core: make updating methods public
...
* `$.tablesorter.addRows` - called by `addRows` method.
* `$.tablesorter.appendCache` - renamed from `appendToTable`; appends cache
to DOM, called by `appendCache` method.
* `$.tablesorter.isEmptyObject` - clone of `$.isEmptyObject` (jQuery v1.4).
* `$.tablesorter.sortOn` - called by `sortOn` method.
* `$.tablesorter.sortReset` - called by `sortReset` method.
* `$.tablesorter.updateAll` - called by `updateAll` method.
* `$.tablesorter.updateCache` - called by `updateCache` method.
* `$.tablesorter.updateCell` - called by `updateCell` method.
* `$.tablesorter.update` - called by `update` and `updateRows` method.
2015-07-29 19:50:50 -05:00
Mottie
2967e6196c
Sort2Hash widget added
...
See http://stackoverflow.com/q/31377639/145346
2015-07-13 12:41:18 -05:00
Mottie
24231dbe69
Docs: fix validation issues
2015-06-26 12:04:09 -05:00
Mottie
449b985c60
Filter: add nesting of "AND" & "OR" searches. Fixes #891 & #918
2015-06-12 21:02:26 -05:00
Mottie
5608727c80
SortTbodies: add new widget. Fixes #195 & #833
2015-06-10 20:35:37 -05:00
Mottie
dda8b8d76c
Output: output_saveRows now accepts jQuery filter selectors
2015-06-07 18:55:12 -05:00
Mottie
009ce272bb
Core: updateCache now accepts tbody object
...
needed for tbody sorter widget
2015-06-07 17:02:42 -05:00
Mottie
13a035cad0
Parser: add checkbox parser class name ("checkboxClass") option
2015-06-05 13:16:36 -05:00
Mottie
60de268ab4
Docs: update information about cssIgnoreRow. See #911
2015-05-20 08:00:52 -05:00
Mottie
ce9cf604eb
version bump
2015-05-17 23:01:15 -05:00
Mottie
13e3d0593d
version bump
2015-05-17 15:32:53 -05:00
Mottie
00c32a1774
Docs: various fixes
2015-05-17 13:53:30 -05:00
Mottie
ee9c301edb
Core: add "ō" to sortLocaleCompare & update docs
2015-05-16 15:33:09 -05:00
Mottie
618a4a01fe
Themes: Fix Bootstrap v2.x theme & add demo
2015-05-16 15:30:59 -05:00
Mottie
9a67c022c4
Filter: add filter_childByColumn option. Fixes #396 & #574
2015-05-14 21:32:41 -05:00
Mottie
e8f0a07f60
Docs: cuwreck speling & add default pager options
2015-05-11 18:43:03 -05:00
Mottie
0824754f8c
Docs: minor updates
2015-05-06 16:13:44 -05:00
Mottie
b591583669
Filter: add data parameter to filter_functions. See #891
2015-05-05 23:44:06 -05:00
Mottie
de9421bda8
Parsers: Add jQuery Globalize parser
...
Fix input-numeric parser to allow parsing a zero value
2015-05-02 15:15:56 -05:00
Mottie
27567178d7
Core: add pointer event options. Fixes #885
...
Add pointerUp, pointerDown, pointerClick options
2015-04-25 22:25:04 -05:00
Mottie
bdcf28ab47
Scroller: remove pointer-events none from fixed column. See #878
2015-04-23 08:13:06 -05:00
Mottie
4c2695030b
Resizable: refreshing the widget will now preserve the storage. See #874
2015-04-16 10:07:25 -05:00
Mottie
9bee1805b2
Math: fix issues with isNaN("") = false. See #873
2015-04-16 07:52:33 -05:00
Mottie
a49e94e6fe
Docs: update output widget docs
2015-04-08 13:10:16 -05:00
Mottie
51c616997b
Docs: add missing updates
2015-04-08 00:32:59 -05:00
Mottie
7e20669890
Core: add getColumnText
utility function
2015-03-30 07:52:46 -05:00
Mottie
263aa97e66
Build: add combined file with selected widgets & parsers. See #855
...
NOTE: the core js/jquery.tablesorter.js file is no longer UMD wrapped!; this is done by the build process now
Updated various parser & widget comments
2015-03-28 15:03:50 -05:00
Mottie
3ee06dceb6
Docs: Add missing update
2015-03-26 11:26:35 -05:00
Mottie
d8abaadc29
Storage: add a bunch of storage widget options. Fixes #851
2015-03-25 20:24:35 -05:00
Mottie
673d7cbbb5
Resizable: major overhaul! Now compatible with stickyHeaders
2015-03-25 20:24:28 -05:00
Mottie
a09f151104
Scroller: Add fixed column support. Fixes #135
...
Also #689 , #763 and #804
2015-03-25 12:09:29 -05:00
Mottie
90909a6f52
Pager: make pagerUpdate method page parameter optional
2015-03-25 11:16:55 -05:00
Mottie
c82280e598
Global: removed c.$extraTables & c.$extraHeaders
...
These variables were causing memory leaks
2015-03-25 00:52:29 -05:00
Mottie
1eec5e86f8
Dist: update distribution folder & doc version #s
2015-03-24 15:16:30 -05:00
Mottie
ac89d509c7
Core: revert pull #849 ; changed sort initiation method
...
A click event can now be triggered on the header to initiate a sort
2015-03-20 18:17:36 -05:00
John Whitman
6aca406386
update doc index
2015-03-20 07:59:52 -04:00
Mottie
53694db90b
version bump
2015-03-10 12:05:02 -05:00
Mottie
1d3f61faca
Docs: remove initial sort on first example
2015-03-08 09:32:30 -05:00
Mottie
403d831fc0
version bump
2015-03-05 10:10:57 -06:00
Mottie
e4bea3987a
Core & Grouping: Apply widget options before parsing
...
This allows parsers to use widget options, like the group_checkbox settings
2015-03-05 09:28:16 -06:00
Mottie
a69a746fdf
Core: merge in modified addInstanceMethods. Closes #826
...
Removed `$columnHeader` & replaced it with new `$headerIndexed` variable
2015-02-27 14:33:27 -06:00
Mottie
4171325819
Merge branch 'addInstanceMethods' of https://github.com/prijutme4ty/tablesorter into instance
...
Conflicts:
js/jquery.tablesorter.js
js/widgets/widget-filter.js
2015-02-27 06:56:53 -06:00
Mottie
4f3a7bc470
Output: add output_includeFooter
option
...
See http://stackoverflow.com/q/28711187/145346
2015-02-25 13:12:51 -06:00
prijutme4ty
c71e8f6220
Added $.tablesorter.addInstanceMethods function which allows one
...
to define config object instance methods.
Refactored getting the column header using config-object method $columnHeader.
2015-02-25 17:21:02 +03:00
Mottie
c18d927d2c
Scroller: add missing tfoot rows. Fixes #825
2015-02-24 01:21:58 -06:00
Mottie
68d6364a03
StickyHeaders: works with full height wrapper. Fixes #564
2015-02-24 00:04:52 -06:00
Mottie
7435c09379
Filter/parser: add insideRange file & add date range parsers
2015-02-24 00:00:52 -06:00
Mottie
f16466f924
Docs: update download methods
2015-02-23 23:58:08 -06:00
Mottie
1972857048
Filter: add config parameter to filter functions
2015-02-23 22:28:14 -06:00
Mottie
146a5ff2ea
Grunt build: Use string replace to update version #
2015-02-20 18:48:25 -06:00
Mottie
1f6b343eb9
Rename distribution minified blackice theme. See #785
2015-02-20 17:57:57 -06:00
Mottie
fbc5c01c6a
Filter: add filter_columnAnyMatch option
...
tweak anymatch code & added examples to the demo
2015-02-20 16:26:15 -06:00
Mottie
b9b09922a3
Merge branch 'working' into build
2015-02-20 10:54:52 -06:00
prijutme4ty
34567c0ccb
Make +config.cache+ indexed the same way as +config.$tbodies+ is, i.e. ignore info blocks.
...
Remove unused var, rename some local vars into more specific ones;
2015-02-20 14:41:28 +03:00
Mottie
0c8aa7e225
Core: remove cssAllowClicks & update cssNoSort
2015-02-17 16:10:52 -06:00
Mottie
39f50d90c9
Core: add cssNoSort
option
2015-02-17 14:49:23 -06:00
Mottie
07f58cccad
Merge branch 'working' into build
2015-02-13 06:57:49 -06:00
Mottie
664694df27
Docs: update jQuery UI & remove "latest" from file name
2015-02-13 06:56:45 -06:00
Mottie
2774abf8d8
Build: Add grunt build process
...
Rearranged, renamed & broke apart other files
2015-02-12 21:10:38 -06:00
Mottie
4ca95358c4
Docs: Add css row & column highlighting demo
2015-02-11 13:18:04 -06:00
Mottie
c4a84f3dd5
version bump
2015-02-09 18:44:47 -06:00
Mottie
624af67ab0
StaticRow: add staticRow_event option
2015-02-09 17:13:21 -06:00
Mottie
1de9c46e30
Math: add math_event option
2015-02-09 17:13:21 -06:00
Mottie
fec49e144a
Core: save raw table cell data
2015-02-09 15:23:51 -06:00
Mottie
9b32f0c5f6
version bump
2015-02-07 00:46:44 -06:00
Mottie
f6b33cc367
Docs: updates & removed some widgets from beta
2015-02-06 23:04:28 -06:00
Mottie
48d6ba5007
Charts: Add chart_event option, provide other data formats & add demo
2015-02-06 22:48:21 -06:00
Mottie
485b515066
Dragtable: make compatible with other widgets
2015-02-06 11:51:13 -06:00
Mottie
fe81a867fc
Pager: update widgets & fire pagerComplete after cache is built
2015-02-05 13:06:18 -06:00
Mottie
a4160e55cc
Docs: add getColumnData info & spelling corrections
2015-02-05 11:32:49 -06:00
Mottie
f9e4f9d4d5
Parser: add countdown parser (hh:mm:ss)
2015-02-04 22:15:00 -06:00
Mottie
0e72504e87
Formatter: Add table cell formatting widget. See #812
2015-02-04 15:41:27 -06:00
Mottie
8ff560e00f
Docs: clarify difference between jQuery data & data-attributes
2015-02-03 13:30:28 -06:00
Mottie
b1526cee69
Merge branch 'master' into working
...
Conflicts:
docs/index.html
2015-02-02 11:07:43 -06:00
prijutme4ty
2990013dbf
minor fixes to documentation
2015-02-02 16:42:21 +03:00
Mottie
cedbf81c9c
Print: ignore columnSelector auto setting when mediaquery option is disabled. Fixes #808
...
Replace columnSelector popup button element with a div because it doesn't work in Firefox - see http://jsfiddle.net/2tt25hbd/
2015-01-29 14:12:54 -06:00
Mottie
a031bcc9e0
Core: Add resort option
...
It is used as the fallback value when no resort parameter is included with the "updateAll", "update", "addRows" and "updateCell" methods. Also, modified the "updateCell" method to not reapply widgets if resort is false; this may resolve issue with widgets causing elements to lose focus
2015-01-28 23:32:21 -06:00
Mottie
8921894717
Pager: add cacheIndex variable & update docs
...
Added a pager variable section
2015-01-26 19:13:41 -06:00
Mottie
f1961efe8f
Widgets: modify remove functions for refreshing widgets
...
renamed parameter from "temp" to "refreshing" & updated docs
2015-01-25 11:01:07 -06:00
Mottie
857e275aab
Core: add removeWidget & refreshComplete
...
Updated addWidget, applyWidget & refreshWidgets
2015-01-23 23:09:32 -06:00
Mottie
3abce88fd8
Pager: Add "pagerUpdate" method to force a pager update. Fixes #801
2015-01-20 18:48:11 -06:00
Mottie
3213d16867
Core: optimize textExtraction function
...
Reduced comparisons & moved "simple" textExtraction before checks for textExtraction functions & using getColumnData, to further speed up processing time
2015-01-20 12:31:19 -06:00
Mottie
66b5682cf0
Filter: Update select2 filterFormatter to properly escape regex characters
...
This update will not worl with select2 v4.0.0!
2015-01-16 20:25:27 -06:00
Mottie
14799b9ce8
Pager: Add pageAndSize method to set both page & size
2015-01-16 12:17:47 -06:00
Mottie
402200914d
uitheme: add separate sort class names to header & icon element; breaks old demos
2015-01-15 14:06:01 -06:00
Mottie
b9ddc1849d
Docs: remove uitheme widgetOption & update comments
2015-01-15 07:59:27 -06:00
Mottie
bc85c32190
Scroller: resizing & browser zoom should now show proper widths. Fixes #680 & #634 .
2015-01-15 07:59:20 -06:00
Mottie
cb6912b075
uitheme: will now update properly when config.theme changes
2015-01-14 13:34:19 -06:00
Mottie
6cd67973cc
Core: make fixColumnWidth a public function
...
Add class name to colgroup when programmically added so calling the $.tablesorter.fixColumnWidth function can determine when to refresh the set col widths
2015-01-14 13:20:31 -06:00
Mottie
077004bdbb
Docs: correction
2015-01-13 06:53:22 -06:00
Mottie
61b339dd3b
Core/Filter: remove widget temp parameter added indicating refreshWidgets was trigger
2015-01-11 20:02:39 -06:00
Mottie
0a9c91804e
Docs: add column reorder example using jQuery UI dragtable widget
...
See http://stackoverflow.com/a/27770224/145346
2015-01-04 15:00:42 -06:00
Mottie
d863c4aee4
Docs: Specify pager's pageSet method requires a one-based index value
2014-12-29 13:54:18 -06:00
Mottie
ffb5ffc5fd
Core: resort variable can now contain a new sort. See #782
2014-12-24 08:18:25 -06:00
Mottie
74c6b0a231
Docs: add cssIgnoreRow documentation
2014-11-29 18:53:54 -06:00
Mottie
f9940ac785
StickyHeaders: make includeCaption option dynamic; add note of new jQuery requirement
2014-11-26 21:20:52 -06:00
Mottie
0c3c439907
Docs: add clarification on using jQuery selectors that target the header cell. Fixes #766
2014-11-13 14:46:08 -06:00
Mottie
5ef1781aba
version bump
2014-11-07 19:32:10 -06:00
Mottie
da2a0d9958
Core: add cssIcon class name options for no, asc & desc sorts
2014-11-05 14:29:27 -06:00
Mottie
363f083682
version bump
2014-11-03 10:56:46 -06:00
Mottie
67eda350c6
Docs: emphasize that this is a fork. Fixes #758
2014-10-31 13:45:26 -05:00
Mottie
5d53939cb0
Core: a column can now be targetting using a class name within the header cell
2014-10-30 21:23:49 -05:00
Mottie
340b39a638
Pager: a pagerComplete event now fires off immediately after initialization
2014-10-30 21:04:53 -05:00
Mottie
1261efd6ff
Core: fix tablesorter-allowClicks default setting in docs
2014-10-30 10:41:41 -05:00
Mottie
ce0cc960a4
cssStickyHeaders: fixed caption issue & nested tables now work in IE
2014-10-30 10:38:30 -05:00
Mottie
278fbccad7
Core: add cssAllowClicks option
2014-10-27 19:50:41 -05:00
Mottie
7c292bd0b2
Repo: doc updates & update package.json for cdnjs.com
2014-10-26 20:49:40 -05:00
Mottie
80faf2534b
Pager: add note about including an ajax success callback. See #749
2014-10-25 20:15:42 -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
e649b0a63c
Core: Add widgetClass option & fix debug logs for applying widgets. Fixes #743
2014-10-10 20:50:51 -05:00
Mottie
7ceb69056b
Parser: add named number parser & demo
2014-10-05 19:39:21 -05:00
Mottie
09c3091066
Filter: add filter_cellFilter option. Fixes #731
2014-10-02 11:46:09 -05:00
Mottie
121e275ec8
Core: add config & jQuery table object parameters to onRenderHeader function
2014-09-27 11:28:40 -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
33b3abe75a
Parser: Add duration parser & demo
2014-09-15 19:17:11 -05:00
Mottie
356ee47026
Filter: add filter_excludeFilter option
2014-09-08 20:27:52 -05:00
Mottie
b497cfb1a4
Filter: add defaultFilter option. Fixes #704
2014-08-28 11:26:31 -05:00
Mottie
d26e416c86
Docs: fix changelog link
2014-08-04 07:59:28 -05:00
Mottie
5e75257b9f
Docs: add extractor demo & fix select parser to properly update
2014-08-01 20:55:21 -05:00
Mottie
bb939266a8
Pager: remove selected attribute from page options. See #700
2014-07-31 07:42:21 -05:00
Mottie
2d5ff1c203
Filter: add filter_selectSourceSeparator option. Fixes #692
2014-07-29 10:52:40 -05:00
Mottie
39e91a5733
Pager: output can now add user modifiable startRow or page inputs
2014-07-22 07:42:15 -05:00
Mottie
22a2841f9c
parser-false: automatically set sorter-false & filter-false behavior
2014-07-21 18:43:01 -05:00
Mottie
e20712dfdc
Filter: Update buildSelect function to allow external calls to modify filter select options
2014-07-18 13:51:25 -05:00
Mottie
f8a6898168
Filter: fix onlyAvail setting causing a js error on init
2014-07-18 13:11:05 -05:00
Mottie
36e5371df7
Docs: fix a bunch of minor HTML problems
2014-07-17 20:42:01 -05:00
Mottie
e861f6c3fc
Cleanup & version bump
2014-07-17 12:40:11 -05:00
Mottie
a5a793b393
Filter: Add formatter requirement to call function when updated. Fixes #668
2014-07-17 11:18:07 -05:00
Mottie
363232173d
Docs: Add info about imgAttr setting for image parser
2014-07-17 07:28:12 -05:00
Mottie
ad7468d5b0
Docs: Add custom filter widget search types demo
2014-07-15 12:42:21 -05:00
Mottie
e0ecda6423
Core: add config.table variable
2014-07-15 12:42:20 -05:00
Mottie
ed5a86ffad
Core: update config.totalRows variable before initialization. Fixes #670
2014-07-15 12:42:10 -05:00
Mottie
4f29e36f12
Filter: force cache build on initial search when delayInit true. Fixes #678
2014-07-11 15:01:26 -05:00
Mottie
6de1009af8
version bump
2014-07-04 07:36:50 -05:00
Mottie
5d598390ae
Docs: Add notes & examples about binding to init events
2014-07-04 07:02:54 -05:00
Mottie
10b0f4e7f2
Resizable: add resizable_throttle option to throttle mousemove event. Fixes #662
2014-07-03 23:04:15 -05:00
Mottie
0688fcfcf8
Docs: show more event parameters & add missing initialized callback function
2014-07-03 17:52:10 -05:00
Mottie
de3e721ecb
Core: add $.tablesorter.hasWidget() function
...
also updating docs for accessing config.totalRows & config.filteredRows
2014-07-03 13:33:36 -05:00
Mottie
adbfe83edf
Filter: filterInit & filterEnd events now pass config as a parameter
2014-07-03 11:47:58 -05:00
Mottie
2a835930e4
Core/Filter/Pager: Add config.totalPages & modify filterEnd variable to include it. See #670
2014-07-03 10:59:48 -05:00
Mottie
8c7d8f0220
Docs: update config.filteredRows code example for use with pager
2014-07-03 09:44:42 -05:00
Mottie
7e36b9553b
Filter: Add internal filteredRows variable. Fixes #670
2014-07-03 07:56:28 -05:00
Mottie
3cebfb6462
Docs: add note about changes to resizable widget
2014-07-03 07:56:15 -05:00
Mottie
d34d951b93
Filter: filter_initialized flag now gets set appropriately. Fixes #668
2014-07-02 23:18:49 -05:00
Mottie
0b380ad323
Filter: add filter_searchFiltered option to allow disabling the search of already filtered rows
2014-06-30 23:07:12 -05:00
Mottie
0ef9612fdb
Add roman numeral parser
2014-06-28 22:29:28 -05:00
Mottie
3b4cd54c61
Scroller: add scroller_upAfterSort option. Fixes #660
2014-06-26 12:09:59 -05:00
Mottie
20938f9bf9
Pager widget: change goto (reserved word) to gotoPage & doc updates. Fixes #657
2014-06-23 15:36:50 -05:00
Mottie
2bd55b3a5b
Static: static rows now manipulated within a detached tbody
...
updated demo to allow the user to toggle static rows
2014-06-22 08:22:39 -05:00
Mottie
a98584e9c5
Pager: objects returned by ajaxProcessing can now include a filteredRows value. Fixes #649
2014-06-21 01:24:21 -05:00
Mottie
d9cb97f1e6
version bump
2014-06-18 16:07:29 -05:00
Mottie
46f2561f32
Scroller: behaves properly with overflow scroll & column alignment. Fixes #340 & #333
2014-06-18 14:48:13 -05:00
Mottie
5bb688f9e8
Docs: Add more details about using pager ajax options
2014-06-04 16:02:35 -05:00
Mottie
c09945c60c
version bump
2014-05-28 19:22:11 -05:00
Mottie
5ce66aebfe
Parser: input-select parser no longer binds to non-tablesorter tables. Fixes #633
2014-05-28 15:46:18 -05:00
Mottie
f932d2687e
Pager: Fix widgets sometimes not being applied after page change
2014-05-28 12:16:14 -05:00
Mottie
386d6ab5af
Pager: custom controls example updated to work with pager widget. Fixes #631
2014-05-28 11:14:37 -05:00
Mottie
d654a18b70
Filter: add a not-exact-match (!=) filter type. Fixes #628
2014-05-28 11:00:00 -05:00
Mottie
26db918be7
Core: add parser-false setting. Fixes #629
2014-05-28 07:29:43 -05:00
Mottie
5909671c76
Docs: add missing examples
2014-05-22 12:00:15 -05:00
Mottie
bb421f9a25
Docs: switch from CDN to local files (prevents https conflicts) & cleanup
2014-05-22 07:53:26 -05:00
Mottie
e0065710d2
Core: refer filter_functions & filter_selectSource by header class/id. See #237 .
2014-05-22 07:53:18 -05:00
Mottie
9657255429
Core: Refer textExtraction by header class/id
2014-05-16 13:38:56 -05:00
Mottie
42f363c96f
Add resetToLoadState method
2014-05-16 13:23:42 -05:00
Mottie
bf94978dd2
Core: new sorton values "a", "d", "n", "s" & "o"
2014-05-13 10:45:32 -05:00
Mottie
41be62bb32
Output: add output_ignoreColumns option. Fixes #607
2014-05-06 10:59:35 -05:00
Mottie
346587f4bc
Print: add print_callback option
2014-05-06 10:23:48 -05:00
Mottie
c92a55750f
Add print widget
...
updated columnSelector to work as a print stylesheet
2014-05-05 19:46:01 -05:00
Mottie
10d36f9f82
Docs: add metro dark demo page
2014-05-05 16:38:30 -05:00
Mottie
47fd40fa0f
Themes: add Metro theme/LESS file; add Bootstrap LESS file
2014-05-05 14:19:29 -05:00
Mottie
6b2db42a73
cssStickyHeader: add filteredToTop option
2014-05-05 13:25:37 -05:00
Mottie
962108db35
Filter: range, not matches & negative values now search all rows. Add filter language option. Fixes #602
2014-05-02 23:07:40 -05:00
Mottie
1154d78e4b
update textSorter demo
...
Icelandic sort is working again
2014-04-28 22:32:29 -05:00
Mottie
7278ff91a4
Add internal config.$extraHeaders variable
...
Updated uitheme, stickyHeaders & scroller widgets
2014-04-27 08:04:39 -05:00
Mottie
02fd2f281d
Docs: show various updates
2014-04-26 20:34:28 -05:00
Mottie
5afa58a3e4
Add stickyHeaders_filteredToTop option. Fixes #570
2014-04-26 17:35:45 -05:00
Mottie
d257a015cc
Core: add "emptyMin" & "emptyMax" settings to emptyTo option. Fixes #577
2014-04-25 23:16:28 -05:00
Mottie
f57f73f5ea
Math widget: add data-math-mask for each cell & update doc versions
2014-04-24 22:20:11 -05:00
Mottie
d1426ad1c5
Build widget now works with HTML in the data
2014-04-23 00:49:48 -05:00
Mottie
e446d6ecc4
Doc & comment updates
2014-04-21 07:39:45 -05:00
Mottie
4e0efdffc7
Add note about using buttons & forms. Fixes #543
2014-04-21 07:24:05 -05:00
Mottie
6d068d347d
version bump
2014-04-20 19:39:59 -05:00
Mottie
a8b253b597
Add static row widget. Fixes #120 & #472
2014-04-20 18:36:04 -05:00
Mottie
323bc5e89b
Add output widget
2014-04-20 18:36:01 -05:00
Mottie
cdb5dc6863
Add math widget. Fixes #136
2014-04-20 18:35:57 -05:00
Mottie
d7fb54ffda
Add reflow widget. Fixes #165
2014-04-20 18:35:51 -05:00
Mottie
afc3ec1563
Add select2 Filter formatter code & cleanup
2014-04-20 18:34:27 -05:00
Mottie
fb4b97d0de
Filter: add filter_selectSource option. Fixes #328
2014-04-20 16:12:48 -05:00
Mottie
252feeaaed
core: move cached rows into normalized data; updated tests
2014-04-20 09:27:41 -05:00
Mottie
f65e3dc9b3
Pager: Add pageReset option. Fixes #565
2014-04-20 09:20:43 -05:00
Mottie
b258cd8c92
doc fixes
2014-04-20 09:20:40 -05:00
Mottie
8d72efd889
Add sortReset method callback
2014-04-19 09:33:10 -05:00
Mottie
872325a458
textExtraction update, add textAttribute & add tests. Fixes #154
2014-04-18 19:57:54 -05:00
Mottie
094c17db12
Filter widget: add filter_placeholder global settings. Fixes #582
2014-04-16 12:52:25 -05:00
Mottie
e46f6413fc
Docs: reorganize example section & cleanup
2014-04-16 00:32:17 -05:00
Mottie
a63ea6d8ee
doc updates
2014-04-14 22:04:53 -05:00
Mottie
70c20caeb0
filter_reset now accepts a jQuery object
2014-04-14 22:04:46 -05:00
Mottie
a26b36142a
Make computeColumnIndex function public
2014-04-14 22:04:43 -05:00
Mottie
48d52edf58
Add pager documentation about processing & extra values. Fixes #576
2014-04-08 21:50:42 -05:00
Mottie
bcefd5e004
Corrected filter-external docs. Fixes #571
2014-04-08 21:49:58 -05:00
Mottie
efe49feb9a
Filter widget ignores info tbodies again. Fixes #568
2014-04-03 10:09:09 -05:00
Mottie
656717b31d
Docs: show resizable widget update
2014-03-31 15:57:05 -05:00
Mottie
5dfc7efba1
Add resizable_widths option. Fixes #555
2014-03-31 06:03:35 -05:00
Mottie
e25de3c0be
Child row updates. Fixes #556 & part of #396
...
Add tablesorter-hasChildRow
If the last pager row has any child rows, they are now included
Add "filtered" css definition to every theme to hide content
2014-03-31 05:07:19 -05:00
Mottie
65a53dd0e8
grrr, I'll get this version number right...
2014-03-12 16:20:03 -05:00
Mottie
cc31fef7c0
corrected version #
2014-03-12 16:07:25 -05:00
Mottie
128cf62450
Add align character widget
2014-03-12 16:03:49 -05:00
Mottie
867447a2e3
column selector widget: auto state is saved. Fixes #517
2014-03-09 21:10:23 -05:00
Mottie
af8111d815
Add namespace option for core & filter events. Fixes #535
2014-03-09 17:09:23 -05:00
Mottie
48b642124d
headerTitles widget: lots of new options
...
foo
2014-03-09 11:47:58 -05:00
Mottie
5ca8fd3380
Add headerTitles widget. Fixes #529
2014-03-06 16:44:03 -06:00
Mottie
492c022992
Added docs for language variable; used by aria-label in the header
2014-03-05 13:49:54 -06:00
Mottie
0b91b7c586
Update isValueInArray function & sortAppend option. Fixes #523
2014-03-03 18:05:03 -06:00
Mottie
873ff61f5f
Add "updateCache" method
2014-02-22 10:50:48 -06:00
Mottie
2e92c3b3c1
Merge branch 'Infeligo-dev-delay-init-example' into working
2014-02-20 17:13:27 -06:00
Mottie
eae07aef31
Complete merge of delayInit demo
2014-02-20 17:13:03 -06:00
Mottie
1085363b8d
doc updates
2014-02-20 17:04:13 -06:00
Mihhail Verhovtsov
3785c87cba
Added demo for delayInit option
2014-02-20 09:43:44 +02:00
Mottie
73c8f659cc
Filter widget: Use new parser "parsed" parameter
2014-02-19 04:33:53 -06:00
Mottie
cb40882acc
Add showError function. Fixes #486
2014-02-11 00:13:40 -06:00
Mottie
396952b57a
Add filter_hideEmpty; Correct pager & widget updating. Fixes #450 .
...
When all rows are removed from the table, ensure widgets are applied
(including refreshing the filter search), and ensure the pager display
updates. Add filter_hideEmpty option to allow setting hiding the filter
row when the table doesn't contain any tbody rows.
2014-02-11 00:09:49 -06:00
Mottie
5d4955aef8
Add API section; update docs, accordion & dates
...
Add tablesorter API section to docs. Make assorted corrections to docs &
cleanup. Update & consolidate jQuery UI accordion code. Updated some
scripts to use the correct version number (v2.15, not v2.14.6).
2014-02-10 23:55:42 -06:00
James Reynolds
a332cadba6
docs for custom storage
2014-01-16 13:12:54 -05:00
Mottie
6d379a78b4
Filter widget: filter_cssFilter can now contain an array of class names to apply
2013-12-20 00:36:44 -06:00
Mottie
c4dceff34e
Ensure updateRow & not update is triggered. See issue #217
2013-12-19 11:36:41 -06:00
Mottie
32f1c062d8
Group widget + pager now works properly. See #437
2013-12-18 00:34:22 -06:00
Mottie
33946d4e3e
cssStickyHeader widget: add z-index option. Fixes #466 .
2013-12-17 17:47:17 -06:00
Mottie
d1ed97a59f
Add column selector widget. Fixes #318 .
2013-12-17 17:39:39 -06:00
Mottie
82d467ad88
Fix & document inconsistencies in pager triggered event parameters
2013-12-15 05:41:48 -06:00
Mottie
161c2ad99d
Add pager processAjaxOnInit option. Fixes #424
2013-12-15 05:07:22 -06:00
Mottie
bada08ef64
fix docs permalink
2013-12-11 13:29:52 -06:00
Mottie
0dc7fded50
Add stickyHeaders_attachTo widget option. Fixes #295 & #314
2013-12-08 14:52:13 -06:00
Mottie
196729829e
Add cssStickyHeaders_attachTo widget option. Fixes #453
2013-12-08 14:02:02 -06:00
Mottie
66ec824691
Add semantic version sorting demo. Fixes #395 .
2013-12-02 13:25:29 -06:00
Mottie
79bc1be5a5
Complete merge & cleanup #434
2013-11-26 13:40:59 -06:00
Mottie
78600307de
Add css sticky header widget (beta). See issue #429
2013-11-25 06:59:30 -06:00
Mottie
6895d5e1f7
Add link to search instructions & FAQ info
2013-11-22 19:00:52 -06:00
Mottie
f68b3898c0
more search menu tweaks & version bump
2013-11-19 22:21:16 -06:00
Mottie
c5a7109f2a
Modified sorting algorithms; Add sortStable. Fixes #419 .
...
Moved empty cell coding back inside of sort functions; fixes
multi-column sorting with empty cells.
2013-11-19 14:03:34 -06:00
Mottie
dfd7b7cea0
Improved doc search menu; works with IE
2013-11-19 14:00:05 -06:00
Mottie
8259f6fc7d
Add filter external input demo & documentation tweaks
2013-11-16 16:04:00 -06:00
Mottie
823769a6fd
Main doc styling changes & searching tweaks
2013-11-16 13:16:04 -06:00
Mottie
af0a142948
Add filter_saveFilters option. See #388
2013-11-16 12:58:59 -06:00
Mottie
0d1d3d249c
Add searching to main document page
2013-11-16 01:01:26 -06:00
Mottie
a59c7f46b9
Added pager options that have been removed. See issue #416
2013-11-14 09:40:48 -06:00
Mottie
cfcf0efe0c
docs update
2013-11-13 20:11:23 -06:00
Hugot Maxime
9923be2be9
Add new exemple with grouping widget + filter widget + childrow widget
...
Exclude group-header class in filter widget
Exclude cssChildRow class in grouping widget
Change calculation of colspan in grouping widget
Add !important for group-hidden class
2013-11-12 00:50:00 +01:00
Mottie
016b737cc1
Added filter_anyMatch option
2013-11-09 13:52:52 -06:00
Mottie
640057842d
Added filter widget fuzzy search
2013-11-09 09:07:57 -06:00