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
Anders Antila
3a8666f0b6
Check if cell have parser to catch undefined error
...
If you have a table with more table rows than header rows, or use
colspan in the table head then it will fail to find a parser, giving us
a runtime error.
2014-03-17 15:40:20 +01:00
Mottie
694357cd2e
version bump
2014-03-13 18:54:55 -05:00
Mottie
e9bbec48b9
Fix numberSorter js error & add test
2014-03-13 18:47:40 -05:00
Mottie
99f53cd26b
Filter formatter (jQuery UI) work again
2014-03-12 20:24:29 -05:00
Mottie
ef84efd665
version bump
2014-03-12 16:04:08 -05:00
Mottie
261b009af1
version bump
2014-03-09 21:23:08 -05:00
Mottie
af8111d815
Add namespace option for core & filter events. Fixes #535
2014-03-09 17:09:23 -05:00
Mottie
8269d902d8
natural sort optimization
2014-03-09 11:48:14 -05:00
Mottie
625d60899a
Build widget does not inappropriately log an empty table message
2014-03-09 11:48:11 -05:00
Mottie
35be6689fb
cleanup & version bump
2014-03-07 12:53:21 -06:00
Mottie
474e446ef8
Events sortEnd & updateComplete fire on empty tables. Fixes #532
...
Sort events now only fire while sorting, previously they fired when
updating an unsorted table
Updated pager to fire appropriately when using ajax
Added unit tests (non-ajax) events
2014-03-06 20:28:47 -06:00
Mottie
65b74c771a
Date parsers now return the original text when encountering invalid dates. Sort of fixes #531
2014-03-05 13:48:20 -06:00
Mottie
7269aadc74
cache natural sort regex
2014-03-03 18:25:43 -06:00
Mottie
0b91b7c586
Update isValueInArray function & sortAppend option. Fixes #523
2014-03-03 18:05:03 -06:00
Mottie
c85bf8bbf4
Destroy now unbinds updateCache properly
2014-02-26 12:12:50 -06:00
Mottie
cf1ea135cb
version bump
2014-02-23 00:48:07 -06:00
Mottie
556bcc2d48
version bump
2014-02-22 11:24:14 -06:00
Mottie
873ff61f5f
Add "updateCache" method
2014-02-22 10:50:48 -06:00
Mottie
5992089f9d
version bump
2014-02-21 17:39:51 -06:00
Mottie
70d3fe57f3
Merge branch 'working'
2014-02-21 17:28:06 -06:00
Mottie
5d0a109efb
Sticky header sorting works again. Fixes #508
2014-02-21 17:25:49 -06:00
Mottie
99e14a70a2
correct version
2014-02-20 17:35:26 -06:00
Mottie
8bd77b02f6
version bump
2014-02-20 17:25:49 -06:00
Mottie
a0275e34ad
version bump
2014-02-19 17:23:08 -06:00
Mottie
e69101f824
Cleanup & version bump
2014-02-19 13:27:23 -06:00
Mottie
5f366762f7
currency parser update: detect with +/- symbols
2014-02-18 12:40:10 -06:00
Mottie
1686e31cd2
Log now displays console errors and/or warnings based on key words
2014-02-11 00:13:43 -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
9598bc87ac
consolidate widget default class names
2014-02-11 00:09:35 -06:00
Mottie
46bedcdfed
fix destroy method - remove unsorted class name
2014-02-10 23:56:06 -06:00
Mottie
9ca70917df
cleanup tablesorter api
2014-02-10 23:46:03 -06:00
Mottie
0e438e4bbd
Improve accessibility & add unsorted header class
2014-02-10 23:45:34 -06:00
Mottie
3256926f29
Make header bindEvents function public; update stickyHeaders widget
...
Use keyup to allow pressing enter on links (if set by selectorSort
option)
Fixed cell targeting - broken in multiple header rows, with disabled
cells (see pager ajax demo)
2014-02-10 23:43:44 -06:00
Mottie
db0d0f5f78
shortDate parser now works properly with header colspans. Fixes #474
2014-02-06 14:40:30 -06:00
Mottie
d1a9f2ee22
version bump
2013-12-16 16:02:59 -06:00
Mottie
173db948c6
version bump
2013-12-14 10:51:14 -06:00
Mottie
328bba34a7
addRows method now works on an empty table. Fixes #450
2013-12-03 17:55:25 -06:00
Mottie
d81d64f418
version bump & cleanup
2013-12-02 13:26:31 -06:00
Mottie
7c5a85c4c2
Refreshing widgets now only applies to previously installed widgets. Fixes #442
2013-11-27 11:09:30 -06:00
Mottie
0d565d3340
version bump
2013-11-25 08:39:30 -06:00
Mottie
651957606d
version bump
2013-11-22 20:01:48 -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
118f819d26
Zebra widget now skips removable rows
2013-11-13 20:40:12 -06:00
Mottie
5b57f2f2ee
Add tabIndex option. Fixes #415
2013-11-13 16:41:20 -06:00
Mottie
c35b7cef9b
remove double icon class names
2013-11-13 16:34:30 -06:00
Mottie
ce7e0836c0
version bump
2013-11-09 14:30:58 -06:00
Mottie
3b333d0d9b
Remove rows from table when using pager ajax #411
2013-11-08 23:49:55 -06:00
Mottie
774192bf35
version bump
2013-11-02 11:05:27 -05:00
Mottie
deaee241fe
filter widget fixes
2013-10-31 10:06:50 -05:00
Mottie
1cc8b0da33
version bump
2013-10-30 17:59:13 -05:00
Mottie
4990460d0b
allow sorting zero value hex (0x00)
2013-10-30 17:59:06 -05:00
Mottie
dc27ec2986
better formatFloat replace method
2013-10-30 17:59:02 -05:00
Mottie
fdc698c97d
replace innerHTML with .html(). Fixes #385 .
2013-10-18 11:44:09 -05:00
Mottie
ff07d94a7d
Added numberSorter option; Modified textSorter option to be set per column
2013-10-17 23:14:17 -05:00
Mottie
c4f10de366
Added pager widget, pager cleanup & filter widget tweaks for ajax. Fixes #388
2013-10-17 23:14:17 -05:00
Mottie
458669a75d
Fixed update issues, see #372
2013-10-11 14:33:31 -05:00
Mottie
ca7124518d
version & doc updates
2013-10-10 23:18:33 -05:00
Mottie
636ef9c65a
Only visible columns will be considered when fixing column widths. Fixes #371
2013-10-10 07:59:40 -05:00
Mottie
c962a7c20d
Keep track of initialized widgets & extending widget options. Fixes #330
2013-10-10 07:59:39 -05:00
Mottie
29c5bf4a4d
updateComplete should now fire properly, after an ansynchronous ajax call. Fixes #343
2013-10-10 07:59:38 -05:00
Mottie
6b7b842c60
Removed natural sorting of dates. Fixes #373
2013-10-10 07:59:37 -05:00
Mottie
12ca586011
All class names used for finding elements have new "empty" default values. Fixes #381
2013-10-10 07:59:37 -05:00
Mottie
d589d3272e
add build table widget
2013-10-10 07:59:37 -05:00
Mottie
88b5a33b34
remove unnecessary false from return false - see #305
2013-10-10 07:59:36 -05:00
Mottie
3323fd92e1
added buildTable script check to core
2013-10-10 07:59:34 -05:00