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
Mottie
2cb77e3331
update Bootstrap to 3.0.2. Fixes #425
2013-11-20 15:46:32 -06:00
Mottie
daa9a1b3a5
Filter bindSearch elements now clear on filterReset event
2013-11-19 23:20:56 -06:00
Mottie
6a108a6f35
Readme correction
2013-11-19 23:20:27 -06:00
Mottie
f68b3898c0
more search menu tweaks & version bump
2013-11-19 22:21:16 -06:00
Mottie
aaaf171982
filterReset event triggers when using a reset button. Fixes #423
2013-11-19 17:25:21 -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
dfd7b7cea0
Improved doc search menu; works with IE
2013-11-19 14:00:05 -06:00
Mottie
98d351be4d
fix labels in grouping widget demo
2013-11-19 13:46:59 -06:00
Mottie
8259f6fc7d
Add filter external input demo & documentation tweaks
2013-11-16 16:04:00 -06:00
Mottie
dc2d146751
Filter widget bindSearch function update
2013-11-16 13:19:10 -06:00
Mottie
aabc4621ac
Storage utility will now accept a table element or jQuery table object
2013-11-16 13:17:54 -06:00
Mottie
047e6fcc18
Grouping + filter widgets with child rows demo update
2013-11-16 13:16:53 -06:00
Mottie
823769a6fd
Main doc styling changes & searching tweaks
2013-11-16 13:16:04 -06:00
Mottie
af0a142948
Add filter_saveFilters option. See #388
2013-11-16 12:58:59 -06:00
Mottie
3fede9fe7e
Filter build select no longer causes an error. Fixes #421
2013-11-16 01:05:50 -06:00
Mottie
0d1d3d249c
Add searching to main document page
2013-11-16 01:01:26 -06:00
Mottie
d544d46402
Allow multiple external inputs to work with bindSearch function
2013-11-15 00:16:02 -06:00
Mottie
a59c7f46b9
Added pager options that have been removed. See issue #416
2013-11-14 09:40:48 -06:00
Mottie
75976336a9
Renamed all default widget variables
2013-11-13 21:23:25 -06:00
Mottie
118f819d26
Zebra widget now skips removable rows
2013-11-13 20:40:12 -06:00
Mottie
ae72017a7b
Add dateRange option to two-digit year parser
2013-11-13 20:31:26 -06:00
Mottie
cfcf0efe0c
docs update
2013-11-13 20:11:23 -06:00
Mottie
9a04d7a304
Add group_dateString option
2013-11-13 19:55:43 -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
3d92f22b28
theme selector updates & doc corrections
2013-11-13 16:26:37 -06:00
Mottie
f940f79c8d
beta pager controls update
2013-11-13 16:15:04 -06:00
Mottie
8e6abfb86c
Render header demo update
2013-11-13 15:29:40 -06:00