Commit Graph

1553 Commits

Author SHA1 Message Date
Mottie
75de112ef6 Build: Add jscs checking & fix style issues
Thanks @Herst!
2015-07-22 23:29:51 -05:00
Mottie
bd296c844f Core: use colgroup as a placeholder. See #938 2015-07-22 07:37:10 -05:00
Mottie
3f357dc33b sort2Hash: remove extra comma 2015-07-21 21:49:58 -05:00
Mottie
f82214cf0b sort2Hash: fix js error by using correct variable 2015-07-21 21:45:59 -05:00
Mottie
da184889aa Docs: remove saveSort from sort2Hash demo 2015-07-21 21:40:15 -05:00
Mottie
9b6f8fb379 sort2Hash: add text & saveSort override options. Fixes #962
* Add `sort2Hash_useHeaderText` - use column header text or zero-based index
* Add `sort2Hash_processHeaderText` - extra column header text processing
* Add `sort2Hash_directionText` - sort direction text array
* Add `sort2Hash_overrideSaveSort` - override saveSort stored sort if true
2015-07-21 21:33:52 -05:00
Mottie
7d21962a03 Docs: minor fixes 2015-07-21 17:03:43 -05:00
Mottie
19e914fbb3 Output: Add output_formatContent callback
See http://stackoverflow.com/q/31457323/145346
2015-07-17 13:13:32 -05:00
Mottie
8e5f1f391e Docs: improve two digit year parser demo 2015-07-17 12:16:14 -05:00
Mottie
a1821127be Scroller: delay resize after updateAll 2015-07-15 07:46:11 -05:00
Mottie
fffea5455e Scroller: fix js error in old IE 2015-07-15 07:43:58 -05:00
Mottie
7b8553068d Scroller: prevent error on destroy when not applied. See #965 2015-07-15 06:50:53 -05:00
Mottie
dd80e3c88f Pager: bind using unique event namespace. See #961 2015-07-14 21:22:52 -05:00
Mottie
c705656e90 Extras: Dropping support for quicksearch plugin 2015-07-14 21:21:10 -05:00
Mottie
de8f60172c Docs: change deprecated window load function 2015-07-14 21:17:57 -05:00
Mottie
92eaecd07e Docs: update to jQuery v1.11.3 2015-07-14 21:16:27 -05:00
Mottie
262b87c999 Docs: Add resizable widget note about widthFixed:false. See #958 2015-07-13 19:10:34 -05:00
Mottie
2967e6196c Sort2Hash widget added
See http://stackoverflow.com/q/31377639/145346
2015-07-13 12:41:18 -05:00
Mottie
2833b9b639 Docs: remove duplicate section in math widget demo 2015-07-13 12:40:29 -05:00
Mottie
0e611bc6a8 version bump 2015-06-30 18:56:38 -05:00
Mottie
57efd75a40 Scroller: fix javascript error scroller_$fixedColumns undefined 2015-06-30 18:54:55 -05:00
Mottie
6fede75e79 version bump 2015-06-30 09:59:41 -05:00
Mottie
1b5b1dcecf Widgets: fix jsHint warnings in alignChar & scroller 2015-06-26 21:58:41 -05:00
Mottie
4c63512574 Editable: update cache without requiring hover over thead
Will now properly update the cache on touch devices
2015-06-26 21:57:32 -05:00
Mottie
fa3c21f1c6 Resizable: resizing works with overflow wrapped tables. Fixes #953 2015-06-26 21:26:44 -05:00
Mottie
24231dbe69 Docs: fix validation issues 2015-06-26 12:04:09 -05:00
Mottie
482586bd8a Editable: allow Shift+Enter to create a new line 2015-06-26 10:39:40 -05:00
Mottie
14bb009de6 Docs: minor corrections 2015-06-26 07:26:10 -05:00
Mottie
37d44b18e3 Core: allow empty string in textExtraction data-attribute. See #954 2015-06-23 16:11:29 -05:00
Mottie
c808f83df1 Scroller: restore scroll position after resize. Fixes #926 2015-06-22 08:01:34 -05:00
Mottie
e2c3149229 Scroller: integrate with resizable (WIP) 2015-06-22 07:50:13 -05:00
Mottie
2adda8d2e9 Scroller: save scroll positioning. Fixes #926 & #932 2015-06-21 11:11:16 -05:00
Mottie
a8fb9614e6 Scroller: throttle IE scroll. See #928 2015-06-21 10:41:42 -05:00
Mottie
7b6ebfa639 Scroller: correct column alignment. Fixes #940, #937, #931 & #927
Bonus fix #932 which maintains scroll position after sort/filter
2015-06-21 10:39:37 -05:00
Mottie
36406468be Docs: update Bootstrap to v3.3.5 2015-06-19 16:19:05 -05:00
Mottie
fbd1464772 Docs: more optimization 2015-06-19 07:49:18 -05:00
Mottie
e250b6369e Docs: add link to JSCS file by @Herst 2015-06-19 07:41:33 -05:00
Mottie
a2587cab28 Docs: optimize code example 2015-06-19 07:38:16 -05:00
Rob G
b59509ced8 Merge pull request #949 from Herst/patch-2
Grunt: have jshint check for issues with old IE
2015-06-19 07:31:02 -05:00
Rob G
aa95ee4bdb Merge pull request #948 from Herst/patch-1
Filter: comma too much
2015-06-19 07:28:30 -05:00
Herst
bac3b5b638 Grunt: have jshint check for issues with old IE 2015-06-19 10:57:27 +02:00
Herst
c35f1798eb Filter: comma too much
The comma that breaks IE7.
2015-06-19 10:20:23 +02:00
Mottie
73f5467c1f Parser: support metric base unit case insensitivity 2015-06-17 16:38:27 -05:00
Mottie
9b39a91268 Ouput: stop outputTable propagation. Fixes #944 2015-06-17 08:56:48 -05:00
Mottie
d36184a1d4 Pager: prevent adding row if JSON totalrows = 0
See http://stackoverflow.com/q/30875583/145346
2015-06-16 20:37:57 -05:00
Mottie
66f1cf5b4f Build: don't update bower version. See #941 2015-06-12 21:19:23 -05:00
Rob G
bb6d321c81 Merge pull request #941 from kkirsche/patch-1
Remove moot `version` property from bower.json
2015-06-12 21:17:15 -05:00
Mottie
5faba4b9e0 Filter: row remains visible after focused, when hideFilters set 2015-06-12 21:06:08 -05:00
Mottie
449b985c60 Filter: add nesting of "AND" & "OR" searches. Fixes #891 & #918 2015-06-12 21:02:26 -05:00
Mottie
a79f3417ce SortTbodies: remove already defined variables 2015-06-12 20:20:40 -05:00