Commit Graph

852 Commits

Author SHA1 Message Date
Mottie
bcefd5e004 Corrected filter-external docs. Fixes #571 2014-04-08 21:49:58 -05:00
Rob G
ce54a95a8d Merge pull request #573 from KATT/master
Added `read-components` compatibility
2014-04-08 06:10:17 -05:00
Alexander Johansson
dac88feb2a added read-components compatibility
https://github.com/paulmillr/read-components
2014-04-08 10:22:07 +01:00
Mottie
44abae9814 version bump 2014-04-03 10:22:19 -05:00
Mottie
efe49feb9a Filter widget ignores info tbodies again. Fixes #568 2014-04-03 10:09:09 -05:00
Mottie
55ca68bad1 Merge branch 'master' of github.com:Mottie/tablesorter 2014-04-03 08:00:43 -05:00
Rob G
2882bc046e Merge pull request #567 from ilyai/patch-1
Zebra highlighting for child rows with Bootstrap theme
2014-04-03 07:47:00 -05:00
Ilya Igonkin
17b728db21 Fix zebra highlighting for child rows 2014-04-03 11:43:51 +06:00
Mottie
f06a546054 Ignore child row if it is the first table row 2014-03-31 17:45:08 -05:00
Mottie
bd332da647 Add thead column numbering test for #551 2014-03-31 15:57:08 -05:00
Mottie
656717b31d Docs: show resizable widget update 2014-03-31 15:57:05 -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
5dfc7efba1 Add resizable_widths option. Fixes #555 2014-03-31 06:03:35 -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
cb397dd092 fix columnSelector widget removal function 2014-03-31 02:29:38 -05:00
Mottie
a22cfae71c Cell column property has correct value again. Fixes #551 2014-03-29 16:22:07 -05:00
Mottie
9bfd2ee0ac fix docs so nested accordions open with hash 2014-03-28 19:29:17 -05:00
Rob G
a5893d1418 Merge pull request #554 from sylvain-hamel/fix-553
Replace all references to cell.cellIndex by $(cell).index() to prevent error
2014-03-27 16:02:39 -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
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