Mottie
a10f0decf7
Core: add tablesorter-processing class name to table during processing. Fixes #655
2014-06-21 14:02:49 -05:00
Mottie
d9cb97f1e6
version bump
2014-06-18 16:07:29 -05:00
Mottie
8cd27bb65f
Core: clearTableBody function now detachs rows instead of the tbody
2014-06-16 22:39:05 -05:00
Mottie
c09945c60c
version bump
2014-05-28 19:22:11 -05:00
Mottie
26db918be7
Core: add parser-false setting. Fixes #629
2014-05-28 07:29:43 -05:00
Mottie
06bbea7544
Core: allow use of select & buttons in the header. Fixes #625
2014-05-26 17:04:51 -05:00
Mottie
fcebad5a0f
version bump
2014-05-22 07:53:29 -05:00
Mottie
70bd231ba4
Core: include resetToLoadState in destroy method
2014-05-16 13:47:03 -05:00
Mottie
9657255429
Core: Refer textExtraction by header class/id
2014-05-16 13:38:56 -05:00
Mottie
4627f214b8
Core: Refer headers option by header class/id
2014-05-16 13:38:55 -05:00
Mottie
c36bba643a
Core: remove widgets before resetToLoadState
2014-05-16 13:30:01 -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
9c0017d44e
Core & pager: use detach instead of empty on tbody rows
2014-05-08 12:07:13 -05:00
Mottie
35ec1d87eb
version bump & cleanup jsHint errors
2014-05-05 20:52:17 -05:00
Mottie
e23700eb0b
version bump
2014-04-30 21:50:31 -05:00
Mottie
3b5161a5ba
Filter: make sure textSorter is getting strings
2014-04-29 07:12:06 -05:00
Mottie
8217871650
Get rid of widget init delay
...
filter widget was not seeing the table-initialized event
2014-04-29 07:08:21 -05:00
Mottie
687c071c04
Fix headers option indexing of multi-row headers
2014-04-28 21:16:52 -05:00
Mottie
084ef928d5
Check for $.fn.closest & use it. Fixes #597
2014-04-28 13:55:41 -05:00
Mottie
1fd56558e0
show processing icon after 500ms delay
2014-04-27 11:09:23 -05:00
Mottie
f4cded6c6c
version bump
2014-04-27 11:01:58 -05:00
Mottie
7278ff91a4
Add internal config.$extraHeaders variable
...
Updated uitheme, stickyHeaders & scroller widgets
2014-04-27 08:04:39 -05:00
Mottie
d257a015cc
Core: add "emptyMin" & "emptyMax" settings to emptyTo option. Fixes #577
2014-04-25 23:16:28 -05:00
Mottie
320b1f1b29
Fix sort direction count
...
see http://stackoverflow.com/q/23278707/145346
2014-04-24 23:06:20 -05:00
Mottie
cb2435e423
addRows method will now accept a string or jQuery object
2014-04-24 16:16:25 -05:00
Mottie
e658868573
version bump
2014-04-24 13:42:49 -05:00
Mottie
d357389507
Ensure ajax loaded data gets parsed & cached
2014-04-24 13:35:58 -05:00
Mottie
6a6044595e
version bump
2014-04-23 19:41:05 -05:00
Mottie
82a8a6852a
Apply widgets initially after a short delay
2014-04-23 19:07:14 -05:00
Mottie
b68abf09c1
Check more than first tbody when detecting parsers. Fixes #589
2014-04-23 19:07:09 -05:00
Mottie
3a12af8e85
version bump
2014-04-22 09:39:57 -05:00
Mottie
6d068d347d
version bump
2014-04-20 19:39:59 -05:00
Mottie
252feeaaed
core: move cached rows into normalized data; updated tests
2014-04-20 09:27:41 -05:00
Mottie
9d107ed983
Prevent numerous consecutive widget applications
2014-04-20 09:20:30 -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
a26b36142a
Make computeColumnIndex function public
2014-04-14 22:04:43 -05:00
Mottie
284b73eaf1
Destroy method now clears cache & pager rows copy
2014-04-10 20:16:22 -05:00
Mottie
8f88f72899
version bump
2014-04-10 10:29:04 -05:00
Mottie
a0e5620c69
Destroy will now maintain applied theme
...
with false flag set: $("table").trigger("destroy", [false]);
2014-04-10 07:22:23 -05:00
Mottie
44abae9814
version bump
2014-04-03 10:22:19 -05:00
Mottie
f06a546054
Ignore child row if it is the first table row
2014-03-31 17:45:08 -05:00
Mottie
ad4804be47
Fix widgets not applying after update
2014-03-31 15:56:56 -05:00
Mottie
4a984eb681
version bump
2014-03-31 06:14:47 -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
a22cfae71c
Cell column property has correct value again. Fixes #551
2014-03-29 16:22:07 -05:00
sylvain-hamel
bbd881a879
Replace all references to cell.cellIndex by $(cell).index() to prevent error.
...
"Unexpected call to method or property access."
see: http://stackoverflow.com/questions/14201168/table-cell-index-problems-in-ie8
closes #551
2014-03-27 13:01:05 -04:00
Mottie
fdae3bfcd5
version bump
2014-03-18 18:13:27 -05:00
Mottie
afe8d3b538
column count now correct with nested tables + tfoot. Fixes #547
2014-03-18 17:56:48 -05:00