Commit Graph

982 Commits

Author SHA1 Message Date
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
Mottie
fcd56c6c23 update pager widget with change from #548 2014-03-18 17:40:03 -05:00
Mottie
6bdf91c48c Merge branch 'master' of github.com:Mottie/tablesorter 2014-03-18 17:38:11 -05:00
Rob G
7617ac1ac5 Merge pull request #548 from evanboho/patch-1
Fix table reset on pagination change
2014-03-18 17:37:51 -05:00
evanboho
554c5269f7 Fix table reset on pagination change
We were getting an issue we were getting:
1) filtering to, say, 15 rows
2) moving to the last page
3) changing the pagination to more than 15 (or whatever)
4) no rows displayed

This seemed to fix it.
2014-03-18 15:25:37 -07:00
Mottie
3b19dc8184 Merge branch 'master' of github.com:Mottie/tablesorter 2014-03-17 17:01:51 -05:00
Rob G
86b7ce09e2 Merge pull request #546 from antila/master
"TypeError: parsers[j] is undefined" in tablesorter.js line 302
2014-03-17 12:11:50 -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
94c4b8928d Update Bootstrap to 3.1.1 2014-03-14 20:08:44 -05: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
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
ef84efd665 version bump 2014-03-12 16:04:08 -05:00
Mottie
128cf62450 Add align character widget 2014-03-12 16:03:49 -05:00
Rob G
c69d94cbb4 Merge pull request #545 from dturkenk/master
Support search delay on filter keyup
2014-03-12 14:42:56 -05:00
Dan Turkenkopf
6f44d60e49 Support search delay on filter keyup
Changed filter parameter of filter.searching to true so that it will
delay until typing is complete
2014-03-12 14:24:09 -04:00
Mottie
261b009af1 version bump 2014-03-09 21:23:08 -05:00
Mottie
867447a2e3 column selector widget: auto state is saved. Fixes #517 2014-03-09 21:10:23 -05:00
Mottie
d34a6a1a74 storage utility now returns empty string vs empty object 2014-03-09 17:53:34 -05:00
Mottie
2402d2c3b6 Build table widget doc fixes & update 2014-03-09 17:09:59 -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
caeb716e8c Docs: fix nested accordions 2014-03-09 11:48:08 -05:00
Mottie
48b642124d headerTitles widget: lots of new options
foo
2014-03-09 11:47:58 -05:00
Mottie
35be6689fb cleanup & version bump 2014-03-07 12:53:21 -06:00
Mottie
224d7acb24 Attempt to fix pager row count #455 2014-03-06 21:13:45 -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
c4d02b312a grouping separator details added 2014-03-06 16:45:04 -06: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
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
fa6b620964 Group widget: Add group_saveGroups & group_saveReset option. Fixes #514 2014-03-04 11:26:20 -06:00
Mottie
743f99919d checkbox parser no longer causes an error when a checkbox doesn't exist 2014-03-04 10:45:46 -06:00
Mottie
5590ee5c3f Filter build select no longer causes js error on empty tables. Fixes #528 2014-03-04 10:42:16 -06:00
Mottie
e30d8049ae pager: compare totalRows vs totalPages when preventing an ajax call 2014-03-04 10:40:34 -06:00
Mottie
0107e93c94 preset filter searches work again. Fixes #511 & #525 2014-03-04 07:14:55 -06:00
Mottie
7269aadc74 cache natural sort regex 2014-03-03 18:25:43 -06:00
Mottie
5d91d5e81a Pager: ensure empty array & array of empty strings evaluates as the same. Fixes #202 2014-03-03 18:25:12 -06:00
Mottie
0b91b7c586 Update isValueInArray function & sortAppend option. Fixes #523 2014-03-03 18:05:03 -06:00
Mottie
009c8c5f20 Filter widget docs: add note about placeholder. Fixes #522. 2014-03-01 08:14:33 -06:00
Mottie
cfd2eab774 columnSelector: make column disable, visible, invisible methods consistent. Fixes #519 2014-03-01 07:23:56 -06:00
Mottie
ec05cd9ff5 Increase Bootstrap 3 theme css specificity. See #515 2014-02-27 15:06:57 -06:00
Mottie
85d799373c Pager custom controls now empty on single page. Fixes #518 2014-02-27 10:49:09 -06:00
Mottie
7c1d47f2cc All test dates are now time zone & DST independent. Fixes #516 2014-02-26 12:15:18 -06:00
Mottie
c85bf8bbf4 Destroy now unbinds updateCache properly 2014-02-26 12:12:50 -06:00
Mottie
5b38501408 Grouping widget collapsed option shows headers. Fixes #514 2014-02-25 09:34:03 -06:00