Commit Graph

1676 Commits

Author SHA1 Message Date
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
Kevin Kirsche
bb155d6307 Remove moot version property from bower.json
Per bower/bower.json-spec@a325da3

Also their maintainer says they probably won't ever use it: http://stackoverflow.com/questions/24844901/bowers-bower-json-file-version-property
2015-06-12 18:05:58 -04:00
Mottie
5608727c80 SortTbodies: add new widget. Fixes #195 & #833 2015-06-10 20:35:37 -05:00
Mottie
caf7432a3c Docs: minor tweak 2015-06-10 20:00:31 -05:00
Mottie
020ebb7525 Core: add missing semicolon 2015-06-10 20:00:06 -05:00
Mottie
0c1c594ac1 Output: remove console log :P 2015-06-08 19:56:52 -05:00
Mottie
8d45bf2701 Output: fix colspans + hidden columns
Also replaced jQuery each functions with plain js
2015-06-08 19:53:45 -05:00
Mottie
b71d730785 Output: remove tfoot clone, concat data to the end instead 2015-06-08 13:36:49 -05:00
Rob G
c97b40c1b4 Merge pull request #935 from Herst/master
Docs: improve bootstrap example in column selector docs
2015-06-08 12:35:36 -05:00
Herst
ebec6e9105 Docs: improve bootstrap example in column selector docs 2015-06-08 19:21:35 +02:00
Mottie
f4381c0c02 Output: prevent js error when no row data is passed. See #923 2015-06-08 11:36:36 -05:00
Mottie
64a3e4a902 Output: fix hiddenColumns option causing empty output. Fixes #923 2015-06-08 10:51:32 -05:00
Mottie
e16a44c0b5 Core: make getParsedText a public function 2015-06-07 19:36:13 -05:00
Mottie
ca163ec639 Filter: selectSource now ignores parsers, if none set. Fixes #934 2015-06-07 19:26:28 -05:00
Mottie
e5ff5bb842 Docs: include .filtered {display:none} in custom themes 2015-06-07 19:05:39 -05:00
Mottie
dda8b8d76c Output: output_saveRows now accepts jQuery filter selectors 2015-06-07 18:55:12 -05:00
Mottie
009ce272bb Core: updateCache now accepts tbody object
needed for tbody sorter widget
2015-06-07 17:02:42 -05:00
Mottie
d1e4510d87 Scroller: removed unused variable 2015-06-07 16:48:52 -05:00
Mottie
13a035cad0 Parser: add checkbox parser class name ("checkboxClass") option 2015-06-05 13:16:36 -05:00
Mottie
95cf3f8044 Scroller: Fixed column tfoot now properly aligns. See #924 2015-06-02 10:50:27 -05:00
Mottie
393b6d5c9f Pager addon: make hasWidget think pager addon is a widget 2015-06-02 10:47:29 -05:00
Mottie
d502a6f9f5 Scroller: hide fix column scrollbar in Firefox, again 2015-06-01 21:31:38 -05:00
Mottie
20f2cd20b4 Scroller: cleanup & old IE fix 2015-06-01 20:58:02 -05:00
Mottie
4e38030dc2 Scroller: mousewheel scrolling on fixed column works again 2015-06-01 20:31:11 -05:00
Mottie
1fb45130ce Scroller: reduce init lag & correct no fixed column tbody width. See #906 2015-06-01 20:29:22 -05:00
Mottie
7f9258f1e1 Output: allow empty string data-attributes. See #923 2015-06-01 16:29:59 -05:00
Mottie
18a97ed4d9 Filter: target last used filter issue. See #920 2015-05-31 10:45:50 -05:00
Mottie
261808d2ac Grunt: update modules & dist files 2015-05-30 15:07:37 -05:00