Mottie
eb13fb4b14
Fix pager update when ajax returns no rows. Fixes #456
2013-12-15 04:49:55 -06:00
Mottie
173db948c6
version bump
2013-12-14 10:51:14 -06:00
Mottie
c5127518bb
Merge branch 'master' of github.com:Mottie/tablesorter
2013-12-14 09:52:51 -06:00
Rob G
778eae2385
Merge pull request #459 from themilkman/master
...
Readded Bootstrap 2 Theme
2013-12-14 07:52:32 -08:00
Erik-B. Ernst
160f4390ce
* readded Bootstrap 2 theme
2013-12-14 15:35:01 +01:00
Mottie
404567f533
Update cache after ajax. Fixes #436 & #437
2013-12-12 18:46:45 -06:00
Mottie
5a1c22a349
Pager filtered rows count properly includes/excludes child rows
2013-12-12 12:23:44 -06:00
Mottie
9a716bec07
filter searches now start from first page. Fixes #456
2013-12-12 08:43:32 -06:00
Mottie
ebe8dd8acb
pager will now update when ajax returns no rows. Fixes #456
2013-12-11 16:44:24 -06:00
Mottie
bada08ef64
fix docs permalink
2013-12-11 13:29:52 -06:00
Mottie
51ecf97c84
Fix childRow filtering
2013-12-08 22:19:08 -06:00
Mottie
a1ea07dc15
Fix forced search
2013-12-08 22:11:32 -06:00
Mottie
e8839b1660
add padding so Chrome doesn't add a horizontal scroll bar
2013-12-08 14:57:31 -06:00
Mottie
0dc7fded50
Add stickyHeaders_attachTo widget option. Fixes #295 & #314
2013-12-08 14:52:13 -06:00
Mottie
196729829e
Add cssStickyHeaders_attachTo widget option. Fixes #453
2013-12-08 14:02:02 -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
66ec824691
Add semantic version sorting demo. Fixes #395 .
2013-12-02 13:25:29 -06:00
Mottie
0167f895d7
pager widget now outputs zero instead of empty string for no filter results
2013-12-02 10:18:52 -06:00
Mottie
dcdfcf8e16
Now working in IE9+. Fixes #447 .
2013-12-02 10:14:22 -06:00
Mottie
cbf501d46a
No more fixedHeight pager error. Fixes #448
2013-12-02 10:13:26 -06:00
Mottie
4aea98040c
Pager now outputs zero instead of an empty string for no filter results
2013-12-02 10:11:36 -06:00
Mottie
6373f821d6
Update filter widget docs to show filter precedence. See #441
2013-11-27 14:53:58 -06:00
Mottie
948e62168c
StickyHeader filters now use internal filter bindsearch function. Fixes #439 & #440
2013-11-27 12:50:58 -06:00
Mottie
7c5a85c4c2
Refreshing widgets now only applies to previously installed widgets. Fixes #442
2013-11-27 11:09:30 -06:00
Mottie
a98551a98d
complete merge of #443
2013-11-27 11:07:52 -06:00
Mottie
472b5a418a
Merge branch 'master' of github.com:Mottie/tablesorter
2013-11-27 10:00:01 -06:00
Rob G
633cc3edeb
Merge pull request #443 from christhomas/master
...
add an ajaxCounter to the pager object so it can index each request and ...
2013-11-27 07:59:40 -08:00
Christopher Thomas
cdb132ec6e
add an ajaxCounter to the pager object so it can index each request and refuse to process old requests and only process the last one, this is important because when you execute multiple requests, sometimes the old requests return AFTER the new request has returned, meaning you get a mixed up data, this will stop that, even though really it should cancel the ajax request, but once the server has it, I don't know how you can do that.
2013-11-27 10:43:38 +01:00
Mottie
459aab55e1
Exact filter matches now properly overrides other searches. Fixes #441
2013-11-26 19:10:32 -06:00
Mottie
32f01866ac
Fix filter reverse range swap. See #441
2013-11-26 13:45:42 -06:00
Mottie
79bc1be5a5
Complete merge & cleanup #434
2013-11-26 13:40:59 -06:00
Rob G
f40e009347
Merge pull request #434 from christhomas/master
...
I modified the location where the pager creates new <td> elements by fir...
2013-11-26 11:24:05 -08:00
Mottie
0d565d3340
version bump
2013-11-25 08:39:30 -06:00
Mottie
7d100b4663
Invalid group class now fails silently. Fixes #438
2013-11-25 07:12:45 -06:00
Mottie
78600307de
Add css sticky header widget (beta). See issue #429
2013-11-25 06:59:30 -06:00
Mottie
53ec8ae791
editable_columns now accepts a range string. Fixes #435
2013-11-25 06:20:12 -06:00
Mottie
adda82fbf0
update editable widget docs
2013-11-25 05:58:03 -06:00
Christopher Thomas
d1f70cc522
I modified the location where the pager creates new <td> elements by first asking whether the data contains a td element and if it does, use that instead, this allows the ajax callback to output a fully rendered table with td elements already created, the callback to obtain those elements and just rebuild the columns using those elements, with all the required classnames, attributes, etc.
2013-11-24 21:00:25 +01:00
Mottie
09d0961648
Remove Bootstrap filter cell background color. Fixes #425
2013-11-24 10:36:07 -06:00
Mottie
276e3731f0
revert pull request #433
2013-11-24 10:23:03 -06:00
Mottie
f00ae6a705
Merge branch 'master' of github.com:Mottie/tablesorter
2013-11-24 09:49:32 -06:00
Rob G
0e3d8eeff6
Merge pull request #433 from marcinrosinski/master
...
Update jquery.tablesorter.widgets.js
2013-11-24 07:49:20 -08:00
Mottie
838ad26ba1
Stop repeated filter widget searches. Fixes #431
2013-11-24 09:46:38 -06:00
Mottie
7b1699c955
Prevent filter error. Fixes #432
2013-11-24 09:31:53 -06:00
Marcin
0609389048
Update jquery.tablesorter.widgets.js
...
introduced isWebkit var to address issue - https://github.com/Mottie/tablesorter/issues/429
2013-11-24 14:21:27 +00:00
Mottie
651957606d
version bump
2013-11-22 20:01:48 -06:00
Mottie
94d9e82518
Theme changes. See #407 .
...
Default cursor for non-sortable headers
Dropbox adjustments to work in stickyheaders demo
Ice theme top border
Sticky header widget tweaks to line up columns in Firefox
2013-11-22 19:12:17 -06:00
Mottie
6895d5e1f7
Add link to search instructions & FAQ info
2013-11-22 19:00:52 -06:00
Mottie
23ace7cd0b
Stop using Array.indexOf due to IE8. Fixes #388
2013-11-22 11:37:16 -06:00