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
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
87c9c6645f
Core: prevent resort when serverSideSorting is true. Fixes #764
...
Add AMD functions to jshint globals & general cleanup
2015-01-22 07:58:19 -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
b9ddc1849d
Docs: remove uitheme widgetOption & update comments
2015-01-15 07:59:27 -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
61b339dd3b
Core/Filter: remove widget temp parameter added indicating refreshWidgets was trigger
2015-01-11 20:02:39 -06:00
Mottie
d3fc919bc3
Merge branch 'master' into working
2015-01-04 13:28:17 -06:00
Michael Wiencek
15b2a789e2
Support for AMD, browserify environments
2015-01-03 20:31:14 -06:00
Mottie
ffb5ffc5fd
Core: resort variable can now contain a new sort. See #782
2014-12-24 08:18:25 -06:00
Mottie
cdb766f8d9
version bump
2014-12-22 21:12:59 -06:00
Mottie
008d4d6f8b
Core: allow passing alternate headers to getColumnData function
2014-11-29 18:38:42 -06:00
Mottie
fe496c68cb
Core: Add cssIgnoreRow option
...
c.$headers will not include cells from this row
2014-11-29 18:38:41 -06:00
Mottie
5ef1781aba
version bump
2014-11-07 19:32:10 -06:00
Mottie
830fd91129
Core: widthFixed option will no longer target nested table colgroup elements
2014-11-06 10:33:07 -06:00
Mottie
da2a0d9958
Core: add cssIcon class name options for no, asc & desc sorts
2014-11-05 14:29:27 -06:00
Mottie
e07ce8146f
version bump & added FORK notes
2014-11-03 17:45:53 -06:00
Mottie
363f083682
version bump
2014-11-03 10:56:46 -06: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
278fbccad7
Core: add cssAllowClicks option
2014-10-27 19:50:41 -05:00
Mottie
3b2742f475
version bump
2014-10-26 19:11:12 -05:00
Mottie
5a00bf2bb7
Core: update widgetClass option matching. See #743
2014-10-18 15:05:23 -05:00
Mottie
19d85b83f2
Core: aria-labelledby attribute no longer added with nested captions
2014-10-16 10:23:32 -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
317d0585ad
Core: fix ARIA caption label reference
2014-10-02 12:07:22 -05:00
Mottie
065342b825
Parsers: Update all date parsers to ensure valid dates
2014-09-30 16:20:04 -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
08bf513acd
version bump
2014-09-15 19:44:03 -05:00
Mottie
d4d96e85f1
Core: an empty string headerTemplate option will now prevent adding an inner div to the header
2014-09-12 11:08:39 -05:00
Mottie
2ac4333351
Core: Make emptyTo & stringTo settings case insensitive
2014-09-08 16:59:34 -05:00
Mottie
0531b3207b
Parser: ensure url parser is used by filter widget
2014-09-08 07:36:22 -05:00
Mottie
3aa474012d
Zebra: apply style one row. Fixes #715
2014-09-02 09:23:41 -05:00
Mottie
988043fb58
Core: fix widthFixed option not ignoring info block tbodies
2014-08-26 19:25:55 -05:00
Mottie
346d8cb64b
Pager: update cache & rows copy. Fixes #703
2014-08-12 10:35:46 -05:00
Mottie
c1ce0768d7
version bump
2014-08-09 11:30:02 -05:00
Mottie
388f20f072
Core: do not detach rows before appending to prevent ajax rows from disappearing. Fixes #701
2014-08-04 07:56:43 -05:00
Mottie
526a869b49
version bump & cleanup
2014-08-01 21:31:33 -05:00
Mottie
972621db6e
Core: delay any sort during an update
2014-08-01 11:58:02 -05:00
Mottie
56054eaede
Core: widthFixed option now finds both visible td & th cells
2014-07-27 19:31:09 -05:00
Mottie
1d3b236db1
Core: ensure all rows have a set role for screen readers. Fixes #690
2014-07-25 22:12:28 -05:00
Justin F. Hallett
b92952121b
Add extractor type which uses parsers but gets applied before a parser, gives us the option to have 2 parsers in a predetermined order. Very good for input fields that require a parser like shortDate for example.
2014-07-24 14:31:20 -06:00
Mottie
d0c8856582
Core: redefine c.$headers when building headers for new/replaced header cells. Fixes #683
2014-07-24 13:28:11 -05:00
Mottie
98be14f808
Parsers: ensure custom parsed data adheres to ignoreCase option
2014-07-23 12:14:11 -05:00
Mottie
22a2841f9c
parser-false: automatically set sorter-false & filter-false behavior
2014-07-21 18:43:01 -05:00
Mottie
e861f6c3fc
Cleanup & version bump
2014-07-17 12:40:11 -05:00
Mottie
9e1746cc2f
Core: ensure widget init function is only called once; and set for hasWidget
2014-07-17 07:49:09 -05:00
Mottie
e0ecda6423
Core: add config.table variable
2014-07-15 12:42:20 -05:00