Commit Graph

2365 Commits

Author SHA1 Message Date
Mottie
d54813d1fa filter_liveSearch now works properly in non-webkit browsers; fixes #285 2013-04-26 16:01:45 -05:00
Mottie
68cc42ce0f filter_searchDelay no longer ignored (broken in v2.9.0) 2013-04-26 14:34:08 -05:00
Mottie
7593fbc8ee triggered filter searches now update the inputs properly; see #146 2013-04-26 11:24:11 -05:00
Mottie
1162f9c8d5 added filter_filteredRow class name option; used by the pager 2013-04-26 11:22:47 -05:00
Mottie
0b7a9bbfc6 Bootstrap disabled filters styling update 2013-04-26 10:35:48 -05:00
Rob G
5980d0e0b5 Merge pull request #283 from riker09/patch-1
Styling disabled filter elements
2013-04-26 08:30:40 -07:00
Volker Thiel
d90017abc8 Styling disabled filter elements
When a filter element is disabled this state should be reflect through its style. Since the css classes are already there I've simply added a different background color. You can, of course, hide them by adding `display:block;` instead.
2013-04-23 18:44:40 +03:00
Mottie
07e4f9afe1 version bump 2013-04-13 12:27:30 -05:00
Mottie
45f83dc1fe fixes stickyHeader widget lag - issue #278 2013-04-13 11:59:14 -05:00
Mottie
3500d91be3 final cleanup & version bump 2013-04-12 21:15:57 -05:00
Mottie
cf46109b6c Added content editable widget 2013-04-12 20:39:07 -05:00
Mottie
f1f82b31db Added repeatheaders widget 2013-04-12 17:14:00 -05:00
Mottie
615552e9e5 sticky header widget only monitors visible tables - fixes #278 2013-04-12 17:13:22 -05:00
Mottie
33db54c017 updated pager/filter docs with better examples & new changes 2013-04-12 13:02:08 -05:00
Mottie
a5abb5060a removed slower find-self method 2013-04-12 11:27:46 -05:00
Mottie
10426559dc fix filter + ajax issue #270 & added public filter get & set functions 2013-04-12 11:26:16 -05:00
Mottie
7333519717 Added filter_liveSearch option 2013-04-08 01:21:57 -05:00
Mottie
97f657ac3b Added scroller widget 2013-04-08 00:40:39 -05:00
Mottie
ffafc9ea07 more cleanup 2013-04-04 16:33:28 -05:00
Mottie
83c39b4dc6 updated ajaxUrl to accept {page+#} tag; added all pager options to the main docs 2013-04-04 16:32:03 -05:00
Mottie
51cfcd69d2 Added sort method 2013-04-03 11:21:05 -05:00
Mottie
b14d8809a1 remove processing icon from sticky header 2013-04-02 13:05:55 -05:00
Mottie
5cc4ea204e added customAjaxUrl example 2013-04-01 15:39:12 -05:00
Mottie
2134d6dcd0 stickyHeaders now include caption (fixes #126) & filter row (fixes #249) 2013-04-01 11:02:48 -05:00
Mottie
45c1b9b276 fixed filter row targetting 2013-03-31 12:23:48 -05:00
Mottie
5c4fe06b81 added widget priorities 2013-03-31 12:18:20 -05:00
Mottie
c030e8ebbb updated resizable widget demo 2013-03-31 12:11:55 -05:00
Mottie
a5fe8668cc add resizable_addLastColumn widget option 2013-03-30 10:14:42 -05:00
Mottie
2e12043b91 doc cleanup 2013-03-28 22:50:28 -05:00
Mottie
6de2cc930c Grouping widget demo now works properly. Fixes #267 2013-03-28 18:03:32 -05:00
Mottie
73d43713c2 Added language support to ignore leading article parser & renamed it to "ignoreArticles". Fixes #266 2013-03-28 16:57:38 -05:00
Mottie
37cf123b35 updated manifest files 2013-03-27 23:44:18 -05:00
Mottie
aa0266c388 added pager customAjaxUrl - See #256 2013-03-27 20:01:39 -05:00
Rob G
6fde718ec1 Merge pull request #256 from Cthulhu59/master
Add parameters to ajx url
2013-03-27 17:16:06 -07:00
Mottie
ba885c436d update to v2.8.0 2013-03-27 18:21:09 -05:00
Mottie
f13fc3d13d more parser demos & cleanup 2013-03-27 18:13:44 -05:00
Mottie
d777958a39 updated Bootstrap 2013-03-27 17:23:07 -05:00
Mottie
2934bf2010 removed trailing comma in bootstrap demo. Fixes #265 2013-03-27 17:15:46 -05:00
Mottie
8306a9f38e Added iso8601 date parser. See issue #247 2013-03-26 18:18:09 -05:00
Mottie
fd32150e0c filter now works properly across tbodies. Fixes #264 2013-03-26 16:36:44 -05:00
Mottie
4f310ea3e6 code cleanup & metric demo 2013-03-26 16:16:13 -05:00
Mottie
41c774c777 Added grouping widget 2013-03-26 16:08:44 -05:00
Mottie
f052b2a164 Added assorted date parsers & demo 2013-03-26 16:05:21 -05:00
Mottie
5df7f77819 Added updateAll; plus reorganization & cleanup 2013-03-25 09:04:00 -05:00
Mottie
c9d4d12aa5 stop method propagation at the table - fixes #263 2013-03-23 09:41:33 -05:00
Mottie
24d5aabaa6 fixed javascript error when spamming update methods 2013-03-22 18:53:51 -05:00
Mottie
07d7c1c749 getData will now allow dashed class names; e.g. "sorter-my-custom-parser" 2013-03-18 19:50:30 -05:00
Mottie
a1106c0fc0 fixed addwidget option method 2013-03-18 19:48:24 -05:00
Mottie
e9ca100372 Some public methods now accept the table as a DOM element or jQuery object - see #243 2013-03-14 00:28:08 -05:00
Mottie
571f724bb1 short date parser no longer detects semantic versioning numbers 2013-03-14 00:04:52 -05:00