Mottie
|
df97b1db8e
|
Core: remove cssAllowClicks default
|
2015-02-17 16:22:03 -06:00 |
|
Mottie
|
0c8aa7e225
|
Core: remove cssAllowClicks & update cssNoSort
|
2015-02-17 16:10:52 -06:00 |
|
Mottie
|
39f50d90c9
|
Core: add cssNoSort option
|
2015-02-17 14:49:23 -06:00 |
|
Mottie
|
764426d2c4
|
Core: make getElementText function public
|
2015-02-15 16:43:20 -06:00 |
|
Mottie
|
664694df27
|
Docs: update jQuery UI & remove "latest" from file name
|
2015-02-13 06:56:45 -06:00 |
|
Mottie
|
5263aa75ae
|
Core: make core compatible with jQuery v1.2.6 again
|
2015-02-12 21:03:36 -06:00 |
|
Mottie
|
b425a715bf
|
Parsers: Fix checkbox parser not updating properly
|
2015-02-12 14:34:15 -06:00 |
|
Mottie
|
5ad4509969
|
Filter: oops, keeping the faster getAttribute method
|
2015-02-12 10:14:49 -06:00 |
|
Mottie
|
15284156d8
|
Filter: prevent undefined error. Fixes #819
|
2015-02-12 10:13:22 -06:00 |
|
Mottie
|
e7bbf5d5a7
|
Docs: update ajax code. Fixes #818
The update shows how to deal with unordered JSON data
|
2015-02-11 19:20:29 -06:00 |
|
Mottie
|
5e8953d901
|
Core: fix broken unbinding of events
|
2015-02-11 18:18:28 -06:00 |
|
Mottie
|
4ca95358c4
|
Docs: Add css row & column highlighting demo
|
2015-02-11 13:18:04 -06:00 |
|
Mottie
|
8f161d8c7c
|
Docs: add styling back to options table
|
2015-02-10 15:15:09 -06:00 |
|
Mottie
|
ec0343ab5f
|
Pager (widget only): fix initial start page default
|
2015-02-10 10:14:04 -06:00 |
|
Mottie
|
7dc74b9892
|
Docs: fix typo (because I can't Clyde)
|
2015-02-09 19:05:58 -06:00 |
|
Mottie
|
c4a84f3dd5
|
version bump
|
2015-02-09 18:44:47 -06:00 |
|
Mottie
|
e29492e8c3
|
Filter: add another custom filter search example
|
2015-02-09 18:32:50 -06:00 |
|
Mottie
|
624af67ab0
|
StaticRow: add staticRow_event option
|
2015-02-09 17:13:21 -06:00 |
|
Mottie
|
1de9c46e30
|
Math: add math_event option
|
2015-02-09 17:13:21 -06:00 |
|
Mottie
|
9993d77f38
|
Core/widgets: update unbinding events to prevent removing all binds
This appears to be a jQuery bug when unbinding events in versions between 1.7 & 1.8 - see http://jsfiddle.net/Mottie/zL6uory0/
|
2015-02-09 17:12:40 -06:00 |
|
Mottie
|
fec49e144a
|
Core: save raw table cell data
|
2015-02-09 15:23:51 -06:00 |
|
Mottie
|
9ff5a2ef5f
|
Core: replaced quotes with single quotes
Because I couldn't suppress my OCD any longer
|
2015-02-09 15:18:41 -06:00 |
|
Justin F. Hallett
|
c7a1678d48
|
trim should include the join, update bindings to delegate bindings
|
2015-02-09 13:38:32 -07:00 |
|
Justin F. Hallett
|
7c7797eaf0
|
Use trim instead of all the other fixes, turns out double space was the issue
|
2015-02-09 13:32:37 -07:00 |
|
Justin F. Hallett
|
d248d6c8db
|
var init needs to be outside of the bind now, since it's used in other binds
|
2015-02-09 11:28:14 -07:00 |
|
Justin F. Hallett
|
3dc2530301
|
Don't unbind all ts tiggers, add tsmath namespace triggers to add and remove instead
|
2015-02-09 11:20:11 -07:00 |
|
Justin F. Hallett
|
c1c68f89fe
|
Make sure remove happens on the right events, not on an undefined var
|
2015-02-09 11:07:46 -07:00 |
|
Mottie
|
5f71093236
|
Chart: add more data points
|
2015-02-07 14:23:44 -06:00 |
|
Mottie
|
9b32f0c5f6
|
version bump
|
2015-02-07 00:46:44 -06:00 |
|
Mottie
|
f6b33cc367
|
Docs: updates & removed some widgets from beta
|
2015-02-06 23:04:28 -06:00 |
|
Mottie
|
48d6ba5007
|
Charts: Add chart_event option, provide other data formats & add demo
|
2015-02-06 22:48:21 -06:00 |
|
Mottie
|
1af1de85e1
|
Filter: get cell text from data-attribute, then cell. See #812
|
2015-02-06 18:07:17 -06:00 |
|
Mottie
|
df87314007
|
Filter: select source now uses config.textAttribute when gathering text. Fixes #812
|
2015-02-06 16:32:12 -06:00 |
|
Mottie
|
485b515066
|
Dragtable: make compatible with other widgets
|
2015-02-06 11:51:13 -06:00 |
|
Mottie
|
5e0717c466
|
Dragtable: add original files
|
2015-02-05 21:53:46 -06:00 |
|
Mottie
|
135d86a704
|
Formatter: speed optimizations
|
2015-02-05 15:12:38 -06:00 |
|
Mottie
|
1b91228cdc
|
Formatter: detach tbody before processing
|
2015-02-05 14:35:27 -06:00 |
|
Mottie
|
6962d31302
|
Pager: update display before applying widgets
|
2015-02-05 13:46:45 -06:00 |
|
Mottie
|
fe81a867fc
|
Pager: update widgets & fire pagerComplete after cache is built
|
2015-02-05 13:06:18 -06:00 |
|
Mottie
|
e42bfdfafa
|
Formatter: Add formatter_event & bind to pagerComplete
|
2015-02-05 13:04:56 -06:00 |
|
Mottie
|
a4160e55cc
|
Docs: add getColumnData info & spelling corrections
|
2015-02-05 11:32:49 -06:00 |
|
Mottie
|
f9e4f9d4d5
|
Parser: add countdown parser (hh:mm:ss)
|
2015-02-04 22:15:00 -06:00 |
|
Mottie
|
0e72504e87
|
Formatter: Add table cell formatting widget. See #812
|
2015-02-04 15:41:27 -06:00 |
|
Mottie
|
b5f931ec17
|
Merge branch 'master' into working
|
2015-02-04 07:36:09 -06:00 |
|
Rob G
|
7473ae0857
|
Merge pull request #813 from prijutme4ty/fix_docs
fix missing link
|
2015-02-04 07:34:46 -06:00 |
|
Rob G
|
f8f0b528ba
|
Merge pull request #814 from prijutme4ty/fix_build_parser_cache
Fix potential bug
|
2015-02-04 07:34:25 -06:00 |
|
Mottie
|
1ffd4a0a20
|
Pager: update goto independently of other elements. Fixes #811
|
2015-02-04 07:29:07 -06:00 |
|
prijutme4ty
|
8ff9d3b8a1
|
fix missing link
|
2015-02-04 13:51:46 +03:00 |
|
prijutme4ty
|
d96d6ba11b
|
fix check which can cause unresolving parsers in case that first tbody is empty and consequent tbodies have less rows than a number of tbody
|
2015-02-04 13:49:01 +03:00 |
|
Mottie
|
8ff560e00f
|
Docs: clarify difference between jQuery data & data-attributes
|
2015-02-03 13:30:28 -06:00 |
|