Commit Graph

1449 Commits

Author SHA1 Message Date
Mottie
9a67c022c4 Filter: add filter_childByColumn option. Fixes #396 & #574 2015-05-14 21:32:41 -05:00
Mottie
65d48727ff Core: prevent js error if sortList targets incorrect column. Fixes #908 2015-05-14 11:54:39 -05:00
Justin F. Hallett
6e2750bc83 now an extra quote, just take away my KB right now 2015-05-13 20:32:44 -06:00
Justin F. Hallett
1a6329ab3b Needs both to superceed the next line 2015-05-13 20:27:51 -06:00
Justin F. Hallett
0e928d03ad OMG forgot a , 2015-05-13 20:24:42 -06:00
Justin F. Hallett
e99b8d20bd Order is important here 2015-05-13 19:00:40 -06:00
Justin F. Hallett
263e22ffd0 Yup no more cut and paste fo 2015-05-13 18:15:04 -06:00
Justin F. Hallett
e1c12c4809 Fixed css, this is why I don't cut and paste 2015-05-13 12:00:21 -06:00
Justin F. Hallett
d7b71dba0e Add panel over Fixed columns, no style this is up to the dev to style 2015-05-13 11:44:53 -06:00
Mottie
54a83a64c0 Parser: input/select/textarea now return empty string
previously empty values in these elements would return the table cell text; not good if you have a label or text surrounding the form element
2015-05-13 12:12:55 -05:00
Mottie
dcf4b01edf Filter: clean up parseFilter function 2015-05-13 07:44:58 -05:00
Mottie
159a72501c Filter: operator search ignores empty strings
because "" < 10 is true
2015-05-13 07:41:55 -05:00
Mottie
2a850ae18b Core: properly store child row content in row data & cleanup 2015-05-12 22:35:30 -05:00
Mottie
eadfe2980b Filter: don't save column specific any matches to storage 2015-05-12 22:35:22 -05:00
Mottie
e8f0a07f60 Docs: cuwreck speling & add default pager options 2015-05-11 18:43:03 -05:00
Mottie
7d2acb883b Math: exclude ignored cells even if math_ignore is empty. Fixes #896 2015-05-07 07:53:37 -05:00
Mottie
3fc40eb688 Math: reduce update time to 20ms. See #898 2015-05-07 07:42:57 -05:00
Mottie
0824754f8c Docs: minor updates 2015-05-06 16:13:44 -05:00
Mottie
f54786e04d Editable: only make cell child div/span contenteditable. See #900 2015-05-06 15:16:43 -05:00
Mottie
b591583669 Filter: add data parameter to filter_functions. See #891 2015-05-05 23:44:06 -05:00
Mottie
a327084b16 Filter: Regex search update. See #891
Regex is now cached (per search) to optimize speed & it now properly uses case-sensitive content
2015-05-05 22:17:14 -05:00
Mottie
6f4277a225 Parser: MAC address parser no longer auto-detected as ipv6. See #895 2015-05-04 07:46:39 -05:00
Mottie
ba9f6ae58e Parser: MAC address parser returns original string if grossly invalid. Fixes #895
The MAC parser does not validate the address!
2015-05-04 07:42:00 -05:00
Mottie
79ea44ad07 Parser: input-select cleanup & add event namespaces 2015-05-03 23:00:10 -05:00
Mottie
ab03e829f8 Core: centralize extractor & parser code
buildCache, addRows & updateCell functions all used very similar code
2015-05-03 22:58:02 -05:00
Mottie
de9421bda8 Parsers: Add jQuery Globalize parser
Fix input-numeric parser to allow parsing a zero value
2015-05-02 15:15:56 -05:00
Mottie
f98ad57499 Core & math: prevent js error on empty tables. Fixes #889 2015-04-30 12:00:17 -05:00
Mottie
9ccd51451f Parser: named numbers parser ignores adjacent puncutation. Fixes #890 2015-04-30 11:56:54 -05:00
Mottie
b3203505cc Math: reapply column indexing after updates & prevent js error on empty tables. Fixes #889 2015-04-30 08:04:24 -05:00
Mottie
ac985016f2 Build: add quick build 2015-04-28 18:02:30 -05:00
Mottie
46e7efb64a Parser: add inputs-numeric parser. Fixes #888 2015-04-28 17:07:36 -05:00
Mottie
21703a663a Scroller: setFixedColumnSize updates with no set size 2015-04-27 22:13:01 -05:00
Mottie
45cb86ed57 Editable: Fix selectAll & change tbody mouseleave to thead mouseenter. Fixes #848 2015-04-26 09:35:43 -05:00
Mottie
7e5dcf9a7d Docs: fix js issue 2015-04-25 22:25:12 -05:00
Mottie
9a178c05b2 Editable: modify trimContent option & use html to modify text. Fixes #886 2015-04-25 22:25:12 -05:00
Mottie
27567178d7 Core: add pointer event options. Fixes #885
Add pointerUp, pointerDown, pointerClick options
2015-04-25 22:25:04 -05:00
Mottie
4a07c9ea40 Scroller: pointer events & tabbing. See #135
* Pointer events are now disabled on the fixed column wrapper only.
* Tabbing through fixed column elements now properly ignores visually hidden header cells.
2015-04-24 11:15:54 -05:00
Mottie
7386b80fd7 Scroller: hide fixed column scrollbar in IE9 & older. See #135 2015-04-24 07:50:19 -05:00
Mottie
5a0770cad4 Docs: add minor clarification to column selector docs 2015-04-23 08:14:04 -05:00
Mottie
bdcf28ab47 Scroller: remove pointer-events none from fixed column. See #878 2015-04-23 08:13:06 -05:00
Mottie
dc457f7462 Scroller: overflow-x auto & apply border-box to scroller. See #135 2015-04-23 08:06:17 -05:00
Mottie
5ac35d9616 package.json include all dist files. See #881 2015-04-22 07:49:44 -05:00
Mottie
4c2695030b Resizable: refreshing the widget will now preserve the storage. See #874 2015-04-16 10:07:25 -05:00
Mottie
9bee1805b2 Math: fix issues with isNaN("") = false. See #873 2015-04-16 07:52:33 -05:00
Mottie
2991e424e7 Docs: update box-sizing definition
Add a note to output about the data-text vs data-name attribute settings
2015-04-16 07:34:41 -05:00
Mottie
d19985e517 Output: add output_hiddenColumns option. Fixes #869 2015-04-13 07:49:28 -05:00
Mottie
cd784f69ff Core: isDigit now reports false on empty strings. See #865 2015-04-10 10:16:14 -05:00
Mottie
e781d09a6e Docs: minor tweak 2015-04-10 08:00:50 -05:00
Mottie
a4bb1497f0 Grouping: add keyboard accessibility to group headers. See #260 2015-04-09 15:00:10 -05:00
Mottie
d3d39f7560 Themes: update dist folder 2015-04-09 14:59:43 -05:00