Rob Garrison
c9e93cc7f1
Parser: Network parsers now return a text value. Fixes #1494
2018-01-10 16:04:36 -06:00
Rob Garrison
8c2f14b8fd
Core: Add "widgetRemoveEnd" event. Fixes #1430
2017-08-26 20:16:53 -05:00
Rob Garrison
ca16c8c232
Core: Add cssIconDisabled option. See #1409
2017-05-31 14:00:05 -05:00
Rob Garrison
5e6c926d6b
Core: Fix widget option changes across multiple tables
...
Seen in the second table of the math page demo with the
`math_ignore` option
2017-05-03 17:06:24 -05:00
Rob Garrison
f006d8aa5f
v2.28.6
2017-04-02 06:34:02 -05:00
Rob Garrison
4913b2fc47
Meta: update dependencies
2017-03-07 05:20:20 -06:00
Rob Garrison
adb5ea45af
Testing: update jQuery usage
2016-09-05 08:33:37 -05:00
Rob Garrison
ee5879a7eb
Core: Allow leading zeros in time parser. Fixes #1269
2016-08-01 15:40:23 -05:00
Rob Garrison
053553d4dd
Core: duplicateSpan false now uses textExtraction
...
See http://stackoverflow.com/q/36449711/145346
2016-04-06 22:15:38 -05:00
Rob Garrison
7f08f7dd1d
Filter: select defaults to exact match again. Fixes #1136
2016-01-22 13:36:09 -06:00
Rob Garrison
06b190a520
Filter: parsed flag tweaks
...
* Set all true if `filter_useParsedData` true.
* Stop using c.$headers
2016-01-10 22:06:15 -06:00
Rob Garrison
13068454c5
Core: add multiple widgets from table class. Fixes #1109
2015-12-22 10:19:10 -06:00
Rob Garrison
60282f0787
Core & Filter: Add duplicateSpan option
...
Core:
- Added `duplicateSpan` option (default is `true`).
- Renamed `$.tablesorter.formatSortingOrder` to `$.tablesorter.getOrder`.
- Include `table` in console.error if an issue is encountered during
initialization.
- Clean up warning when no parser is found for given data.
- Fix `config.sortVars` js error for non-existent header cells.
- Added unit tests.
- Added "example-colspan.html" demo.
Filter:
- Filters that span multiple columns now have the correct data-column set.
- Consolidated code that parsed data-column ranges into `findRange` function.
- Added unit tests
2015-12-13 16:23:48 -06:00
Rob Garrison
f80d3d4c2c
Core: fix sortRestart preventing sort. Fixes #1072
2015-11-04 19:31:02 -06:00
Rob Garrison
dbcd306ff2
Core: cache shortDate parser & time parser extracts time
2015-11-01 23:29:18 -06:00
Mottie
805be29302
version bump
2015-08-17 21:08:41 -05:00
Mottie
2b8a104e1e
Core: Add updateHeaders method. See #989
2015-08-17 20:07:58 -05:00
Mottie
e28f7b52cd
testing: cleanup
2015-08-10 19:19:48 -05:00
Mottie
e87f7ae523
Core: addRows accepts a row string if only one tbody exists
2015-07-29 20:48:12 -05:00
Mottie
6b597b1655
Testing: add isProcessing testing & replace quotes
2015-07-26 10:16:28 -05:00
Mottie
8e81d53db3
Core/Test: add isValueInArray array testing
2015-07-26 09:15:35 -05:00
Mottie
a33ed6c83e
Testing: add removeWidget test
2015-07-23 07:33:22 -05:00
Mottie
a0d29c99f4
Core: fix hasWidget error
2015-07-23 07:26:48 -05:00
Mottie
37d44b18e3
Core: allow empty string in textExtraction data-attribute. See #954
2015-06-23 16:11:29 -05:00
Mottie
cd784f69ff
Core: isDigit now reports false on empty strings. See #865
2015-04-10 10:16:14 -05:00
Mottie
7e20669890
Core: add getColumnText
utility function
2015-03-30 07:52:46 -05:00
prijutme4ty
b1e733a29b
Make tests more stable and independent(only part of them) by using deferred objects.
...
Stick to new Qunit syntax (without asyncTest and with explicit assert. prefix) instead of deprecated
2015-03-01 03:41:27 +03:00
Mottie
87652f2cb7
Testing: remove console message
2015-02-25 17:47:18 -06:00
Mottie
01437ba82a
Testing: attempt to make the nested callbacks more stable
2015-02-20 21:30:15 -06:00
Mottie
b9b09922a3
Merge branch 'working' into build
2015-02-20 10:54:52 -06:00
prijutme4ty
34567c0ccb
Make +config.cache+ indexed the same way as +config.$tbodies+ is, i.e. ignore info blocks.
...
Remove unused var, rename some local vars into more specific ones;
2015-02-20 14:41:28 +03:00
Mottie
2774abf8d8
Build: Add grunt build process
...
Rearranged, renamed & broke apart other files
2015-02-12 21:10:38 -06:00
Mottie
157e8e7bcb
Testing: update QUnit & remove jsHint checks
2014-12-31 20:21:29 -06:00
Mottie
d1134a5422
Testing: update QUnit & fix testing error
2014-10-31 15:27:45 -05:00
Mottie
26db918be7
Core: add parser-false setting. Fixes #629
2014-05-28 07:29:43 -05:00
Mottie
9657255429
Core: Refer textExtraction by header class/id
2014-05-16 13:38:56 -05:00
Mottie
4627f214b8
Core: Refer headers option by header class/id
2014-05-16 13:38:55 -05:00
Mottie
bf94978dd2
Core: new sorton values "a", "d", "n", "s" & "o"
2014-05-13 10:45:32 -05:00
Mottie
859949152f
Add more filter testing
2014-05-02 23:58:34 -05:00
Mottie
4326a622c8
Testing - starting to add tests for filter widget
2014-04-23 19:07:06 -05:00
Mottie
252feeaaed
core: move cached rows into normalized data; updated tests
2014-04-20 09:27:41 -05:00
Mottie
872325a458
textExtraction update, add textAttribute & add tests. Fixes #154
2014-04-18 19:57:54 -05:00
Mottie
bd332da647
Add thead column numbering test for #551
2014-03-31 15:57:08 -05:00
Mottie
ad4804be47
Fix widgets not applying after update
2014-03-31 15:56:56 -05:00
Mottie
e9bbec48b9
Fix numberSorter js error & add test
2014-03-13 18:47:40 -05:00
Mottie
35be6689fb
cleanup & version bump
2014-03-07 12:53:21 -06:00
Mottie
6e5351d104
update docs, more unit testing & minor tweaks
2013-05-08 23:36:06 -05:00
Mottie
ce92e7b03e
added basic unit testing
2012-12-17 14:32:57 -06:00