Mottie
|
5a0770cad4
|
Docs: add minor clarification to column selector docs
|
2015-04-23 08:14:04 -05:00 |
|
Mottie
|
bdcf28ab47
|
Scroller: remove pointer-events none from fixed column. See #878
|
2015-04-23 08:13:06 -05:00 |
|
Mottie
|
dc457f7462
|
Scroller: overflow-x auto & apply border-box to scroller. See #135
|
2015-04-23 08:06:17 -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
|
2991e424e7
|
Docs: update box-sizing definition
Add a note to output about the data-text vs data-name attribute settings
|
2015-04-16 07:34:41 -05:00 |
|
Mottie
|
d19985e517
|
Output: add output_hiddenColumns option. Fixes #869
|
2015-04-13 07:49:28 -05:00 |
|
Mottie
|
e781d09a6e
|
Docs: minor tweak
|
2015-04-10 08:00:50 -05:00 |
|
Mottie
|
a4bb1497f0
|
Grouping: add keyboard accessibility to group headers. See #260
|
2015-04-09 15:00:10 -05:00 |
|
Mottie
|
445013c01b
|
Docs: output widget known issues added
|
2015-04-09 09:19:29 -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
|
5065356bf8
|
Resizable: handles properly align in tables with margins. Fixes #864
|
2015-04-07 23:50:22 -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
|
7f37b90ebd
|
General code cleanup
Also replace instances of tagName with nodeName
|
2015-03-23 16:08:07 -05:00 |
|
Mottie
|
799ede9199
|
Docs: update Bootstrap v3.3.4
|
2015-03-23 15:46:37 -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
|
547fa60c69
|
Docs: update jQuery to v1.11.2
|
2015-03-17 12:12:31 -05:00 |
|
Mottie
|
42eb391945
|
Docs: Add note about resizable needing a non-breaking space. Fixes #844
|
2015-03-13 12:25:54 -05:00 |
|
Mottie
|
670f63967a
|
Docs: update to use jQuery UI v1.11.4
|
2015-03-12 17:49:37 -05:00 |
|
Mottie
|
53694db90b
|
version bump
|
2015-03-10 12:05:02 -05:00 |
|
Mottie
|
1dad33db49
|
Scroller: properly adjust column widths. Fixes #836
|
2015-03-10 11:41:40 -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
|
c17aa829e6
|
Debug: update debug logging
pager, columnSelector & filter
|
2015-02-27 17:37:14 -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
|
c93ee7ceef
|
StickyHeaders: add sticky header hidden class & modal demo links. Closes #832
position relative is only added if no position attribute is set
|
2015-02-26 17:52:31 -06:00 |
|
Mottie
|
71f55cec70
|
Docs: minor correction
|
2015-02-26 08:27:00 -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 |
|