Commit Graph

609 Commits

Author SHA1 Message Date
Rob G
82697d9167 Merge pull request #252 from joyvuu-dave/master
Update component.json
2013-03-04 20:13:23 -08:00
Dave Riddle
46e0d2bf91 Update component.json
The official jQuery repo with bower is registered at jquery. I believe
jqueryjs is just an old mirror - it's most recent version is 1.8.2.
2013-03-04 16:55:26 -08:00
Mottie
c7d3458f05 updated change log & version bump 2013-03-01 07:31:27 -06:00
Mottie
f1ffc78be3 Added exactMatch to html5color & fixed hiding filter row - issue #250 2013-02-28 10:32:45 -06:00
Mottie
c2f168f64f Added missing docs - updateCell method has a callback 2013-02-28 10:16:33 -06:00
Mottie
bde4482241 updateCell now removes extra rows to ensure correct cell indexing 2013-02-28 10:03:23 -06:00
Mottie
eaa39e731f cleanup & bump version 2013-02-24 00:53:19 -06:00
Mottie
5fef8cf031 No more parseJSON error - fixes #244 2013-02-24 00:22:27 -06:00
Mottie
b06d68a43f Added saveSortReset method 2013-02-24 00:17:42 -06:00
Mottie
87e6b0a196 added filter formatter search delay - fixes issue #245 2013-02-24 00:04:46 -06:00
Mottie
7b672d678b prevent error in IE8 - fixes issue #246 2013-02-23 23:59:27 -06:00
Mottie
e5483f3d49 cleanup & version bump 2013-02-22 09:02:29 -06:00
Mottie
41dd921b41 Don't include empty cells in the filter select 2013-02-21 12:08:20 -06:00
Mottie
1c7ca962be prevent invalid JSON string - fixes #240 2013-02-21 07:34:47 -06:00
Mottie
4e2887e22f replace quotes in filter select - fixes #242 2013-02-21 07:31:58 -06:00
Mottie
220f1c580c pager now targets correct page when the table is empty 2013-02-20 01:17:27 -06:00
Mottie
c3089d6ceb get correct number of cols in widgetFixed - issue #238 2013-02-19 23:13:43 -06:00
Mottie
c96f36d4ac minor bug fixes 2013-02-17 14:28:18 -06:00
Mottie
69cd8fc13c fixed link to new demos 2013-02-17 13:59:52 -06:00
Mottie
9b1972a934 convert all files to utf-8 NO BOM 2013-02-17 13:53:33 -06:00
Mottie
41f4c6c963 use addBack() if supported - fixes #229 2013-02-17 13:29:02 -06:00
Mottie
9f487c5384 filterFormatter docs & files 2013-02-17 13:23:36 -06:00
Mottie
5eafcf7559 combined filter widget update - filterFormatter & new operators (range, AND, OR) - fixes #166 & #232 2013-02-17 13:21:05 -06:00
Mottie
f6185db9ac revert code that always adds a colgroup - fixes issue #238 2013-02-14 11:37:01 -06:00
Mottie
51745e904d namespaced all events 2013-02-14 11:23:37 -06:00
Mottie
628b79b0f8 added pageSet method 2013-02-10 11:47:59 -06:00
Mottie
9c5823c263 update natural sort regex 2013-02-10 11:10:05 -06:00
Mottie
f3d2fc157e currency parser will now detect currency with commas, decimals & spaces 2013-02-10 08:04:26 -06:00
Mottie
f544e5cc9c merge in pull request #228 2013-02-06 08:13:13 -06:00
Rob G
270e88f035 Merge pull request #228 from Somebi/patch-1
Update js/jquery.tablesorter.js
2013-02-06 06:00:28 -08:00
Deniss Abramovs
4d2edc1fed Update js/jquery.tablesorter.js
Fix - Uncaught TypeError: Cannot read property 'debug' of undefined
2013-02-06 13:40:35 +02:00
Mottie
197960a791 doc update & added chili back 2013-01-31 07:08:47 -06:00
Mottie
009cf1e92a doc & version updates 2013-01-29 16:42:23 -06:00
Mottie
714aac9bef Added jQuery registry manifest file 2013-01-29 16:40:14 -06:00
Mottie
40591e7c2e Resizable widget: resize or disable specific columns. Fixes issue #215 2013-01-29 16:39:06 -06:00
Mottie
9db600d3f4 updated testing files 2013-01-26 09:24:03 -06:00
Mottie
610ee0442c replaced chili with prettify (syntax highlighting) 2013-01-26 09:21:13 -06:00
Mottie
678baf14b6 prevent error if parser is missing "is" function 2013-01-26 08:53:56 -06:00
Mottie
ca875263c2 updated date parsers 2013-01-26 08:52:09 -06:00
Mottie
be638d8db5 saved number of columns in config.columns 2013-01-26 08:50:15 -06:00
Mottie
2c8c6fbbe2 Merge branch 'master' of github.com:Mottie/tablesorter 2013-01-24 08:02:00 -06:00
Rob G
ce29b6f9cc Merge pull request #222 from appleboy/master
Add component.json for bower package manger
2013-01-24 06:00:56 -08:00
Bo-Yi Wu
03f01564ce add component.json for bower package manger. ref: http://twitter.github.com/bower/
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2013-01-24 12:17:23 +08:00
Mottie
8ece25e41a added pager pageSize method - issue #218 2013-01-22 10:34:30 -06:00
Mottie
0232c7a6ea fixed pager issue with an empty tbody 2013-01-22 09:49:09 -06:00
Mottie
c219ea6523 Added updateRows (same as "update") to fix issue #217 2013-01-18 14:55:00 -06:00
Mottie
d680b630b1 always add colgroup & col, for consistency 2013-01-18 14:53:33 -06:00
Rob G
a4cad415d2 Update README.md 2013-01-10 09:41:54 -06:00
Mottie
d527ccac92 filter widget no longer crashes - fixes #213 2013-01-10 08:52:23 -06:00
Mottie
786f2f3986 update package.json 2013-01-08 23:34:37 -06:00