Mottie
39f50d90c9
Core: add cssNoSort
option
2015-02-17 14:49:23 -06:00
Mottie
07f58cccad
Merge branch 'working' into build
2015-02-13 06:57:49 -06:00
Mottie
664694df27
Docs: update jQuery UI & remove "latest" from file name
2015-02-13 06:56:45 -06:00
Mottie
2774abf8d8
Build: Add grunt build process
...
Rearranged, renamed & broke apart other files
2015-02-12 21:10:38 -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
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
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
fec49e144a
Core: save raw table cell data
2015-02-09 15:23:51 -06: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
485b515066
Dragtable: make compatible with other widgets
2015-02-06 11:51:13 -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
prijutme4ty
8ff9d3b8a1
fix missing link
2015-02-04 13:51:46 +03:00
Mottie
8ff560e00f
Docs: clarify difference between jQuery data & data-attributes
2015-02-03 13:30:28 -06:00
Mottie
b1526cee69
Merge branch 'master' into working
...
Conflicts:
docs/index.html
2015-02-02 11:07:43 -06:00
Mottie
e3558664f8
alignChar: don't add align character when no content is right of it
2015-02-02 07:59:53 -06:00
prijutme4ty
2990013dbf
minor fixes to documentation
2015-02-02 16:42:21 +03:00
Mottie
cedbf81c9c
Print: ignore columnSelector auto setting when mediaquery option is disabled. Fixes #808
...
Replace columnSelector popup button element with a div because it doesn't work in Firefox - see http://jsfiddle.net/2tt25hbd/
2015-01-29 14:12:54 -06:00
Mottie
a031bcc9e0
Core: Add resort option
...
It is used as the fallback value when no resort parameter is included with the "updateAll", "update", "addRows" and "updateCell" methods. Also, modified the "updateCell" method to not reapply widgets if resort is false; this may resolve issue with widgets causing elements to lose focus
2015-01-28 23:32:21 -06:00
Mottie
8921894717
Pager: add cacheIndex variable & update docs
...
Added a pager variable section
2015-01-26 19:13:41 -06:00
Mottie
703590cc38
Docs: various updates
2015-01-25 12:11:54 -06:00
Mottie
f1961efe8f
Widgets: modify remove functions for refreshing widgets
...
renamed parameter from "temp" to "refreshing" & updated docs
2015-01-25 11:01:07 -06:00
Mottie
857e275aab
Core: add removeWidget & refreshComplete
...
Updated addWidget, applyWidget & refreshWidgets
2015-01-23 23:09:32 -06:00
Mottie
a0f09f484b
Docs: update Bootstrap to 3.3.2
2015-01-22 14:48:52 -06:00
Mottie
703fcc6212
ColumnSelector: refreshColumnSelector parameter can now set "auto" mode. Fixes #798
2015-01-22 07:37:34 -06:00
Mottie
3abce88fd8
Pager: Add "pagerUpdate" method to force a pager update. Fixes #801
2015-01-20 18:48:11 -06:00
Mottie
3213d16867
Core: optimize textExtraction function
...
Reduced comparisons & moved "simple" textExtraction before checks for textExtraction functions & using getColumnData, to further speed up processing time
2015-01-20 12:31:19 -06:00
Mottie
b3a7b82a67
ColumnSelector: columns array parameter added to refreshColumnSelector method. Fixes #798
2015-01-20 10:59:47 -06:00
Mottie
a50f5555a9
Storage & Build widget: pass "null" to $.parseJSON as a fallback. Fixes #586
...
Also change build widget example code to use dataType:"text" for csv data
2015-01-18 09:02:14 -06:00
Mottie
bbaf9083c8
Docs: select2 note & make newest version styling more prominent
2015-01-17 08:10:17 -06:00
Mottie
66b5682cf0
Filter: Update select2 filterFormatter to properly escape regex characters
...
This update will not worl with select2 v4.0.0!
2015-01-16 20:25:27 -06:00
Mottie
14799b9ce8
Pager: Add pageAndSize method to set both page & size
2015-01-16 12:17:47 -06:00
Mottie
a07f7f47ad
Docs: update Bootstrap to 3.3.1
2015-01-15 14:50:17 -06:00
Mottie
402200914d
uitheme: add separate sort class names to header & icon element; breaks old demos
2015-01-15 14:06:01 -06:00
Mottie
b9ddc1849d
Docs: remove uitheme widgetOption & update comments
2015-01-15 07:59:27 -06:00
Mottie
bc85c32190
Scroller: resizing & browser zoom should now show proper widths. Fixes #680 & #634 .
2015-01-15 07:59:20 -06:00
Mottie
cb6912b075
uitheme: will now update properly when config.theme changes
2015-01-14 13:34:19 -06:00
Mottie
6cd67973cc
Core: make fixColumnWidth a public function
...
Add class name to colgroup when programmically added so calling the $.tablesorter.fixColumnWidth function can determine when to refresh the set col widths
2015-01-14 13:20:31 -06:00
Mottie
077004bdbb
Docs: correction
2015-01-13 06:53:22 -06:00
Mottie
61b339dd3b
Core/Filter: remove widget temp parameter added indicating refreshWidgets was trigger
2015-01-11 20:02:39 -06:00
Mottie
0a9c91804e
Docs: add column reorder example using jQuery UI dragtable widget
...
See http://stackoverflow.com/a/27770224/145346
2015-01-04 15:00:42 -06:00
Mottie
d863c4aee4
Docs: Specify pager's pageSet method requires a one-based index value
2014-12-29 13:54:18 -06:00
Mottie
ffb5ffc5fd
Core: resort variable can now contain a new sort. See #782
2014-12-24 08:18:25 -06:00
Mottie
74c6b0a231
Docs: add cssIgnoreRow documentation
2014-11-29 18:53:54 -06:00
Mottie
2e8add1072
ColumnSelector: add columnSelector_cssChecked option
2014-11-26 21:40:47 -06:00
Mottie
9b3ab1ba07
Docs: fix typo
2014-11-26 21:22:52 -06:00
Mottie
e93e2b6c8d
Docs: add popup window demo to sticky header examples
2014-11-26 21:22:15 -06:00
Mottie
f9940ac785
StickyHeaders: make includeCaption option dynamic; add note of new jQuery requirement
2014-11-26 21:20:52 -06:00
Mottie
0c3c439907
Docs: add clarification on using jQuery selectors that target the header cell. Fixes #766
2014-11-13 14:46:08 -06:00
Mottie
2d8e91ddc6
Docs: update theme switcher linked styles
2014-11-13 14:46:07 -06:00
Mottie
d2cf36f208
Docs: add link to demo showing how to apply jQuery selectmenu widget to a filter
2014-11-07 19:56:46 -06:00
Mottie
5ef1781aba
version bump
2014-11-07 19:32:10 -06:00
Mottie
48c33d1ab6
Docs: pager widget option comment correction
2014-11-06 10:50:28 -06:00
Mottie
01aae38671
Filter: update themes to hide all elements when filter_hideFilters is true
...
It was not hiding filterFormatter elements properly
2014-11-05 16:53:06 -06:00
Mottie
da2a0d9958
Core: add cssIcon class name options for no, asc & desc sorts
2014-11-05 14:29:27 -06:00
Mottie
f13dc3ce0e
Docs: Add a note about modifying class names used in Bootstrap uitheme
2014-11-05 10:51:57 -06:00
Mottie
363f083682
version bump
2014-11-03 10:56:46 -06:00
Mottie
566d00c21a
Docs: switched ui theme back to Cupertino
2014-11-03 10:27:02 -06:00
Mottie
f5e11e9fc0
Docs: filter custom search parameter correction
2014-10-31 15:19:22 -05:00
Mottie
67eda350c6
Docs: emphasize that this is a fork. Fixes #758
2014-10-31 13:45:26 -05:00
Mottie
2dd35ed97f
uitheme: undefined removeClass selector = remove all classes
2014-10-30 22:27:10 -05:00
Mottie
5d53939cb0
Core: a column can now be targetting using a class name within the header cell
2014-10-30 21:23:49 -05:00
Mottie
340b39a638
Pager: a pagerComplete event now fires off immediately after initialization
2014-10-30 21:04:53 -05:00
Mottie
b8e5d183a5
Docs: update to Bootstrap 3.3.0
2014-10-30 17:47:57 -05:00
Mottie
1261efd6ff
Core: fix tablesorter-allowClicks default setting in docs
2014-10-30 10:41:41 -05:00
Mottie
ce0cc960a4
cssStickyHeaders: fixed caption issue & nested tables now work in IE
2014-10-30 10:38:30 -05:00
Mottie
278fbccad7
Core: add cssAllowClicks option
2014-10-27 19:50:41 -05:00
Mottie
1039ef6eb5
Docs: update jQuery UI to 1.11.2
2014-10-27 14:31:24 -05:00
Mottie
7c292bd0b2
Repo: doc updates & update package.json for cdnjs.com
2014-10-26 20:49:40 -05:00
Mottie
80faf2534b
Pager: add note about including an ajax success callback. See #749
2014-10-25 20:15:42 -05:00
Mottie
fd038ceebe
Filter: anymatch now uses filter_ignoreCase option properly. Fixes #748
2014-10-21 12:18:43 -05:00
Mottie
8d0ea85880
Filter: External inputs can target multiple columns.
2014-10-20 23:21:57 -05:00
Mottie
3e42e8bb74
StickyHeaders: works with nested tables & modified options. Fixes #724
2014-10-20 17:46:23 -05:00
Mottie
2987dc0b25
RepeatHeaders: now works with filtered & nested tables
2014-10-11 00:21:08 -05:00
Mottie
e649b0a63c
Core: Add widgetClass option & fix debug logs for applying widgets. Fixes #743
2014-10-10 20:50:51 -05:00
Mottie
ad85121da0
Grouping: Add "monthyear" grouping to dates. Fixes #744
2014-10-09 21:26:13 -05:00
Mottie
3c0380cad4
Pager: fixedHeight is working properly. Fixes #742 & 729
2014-10-09 18:22:10 -05:00
Mottie
7ceb69056b
Parser: add named number parser & demo
2014-10-05 19:39:21 -05:00
Mottie
09c3091066
Filter: add filter_cellFilter option. Fixes #731
2014-10-02 11:46:09 -05:00
Mottie
8320e12ea5
Demos & themes: include caption in metro theme; add to various demos
2014-09-27 11:35:42 -05:00
Mottie
121e275ec8
Core: add config & jQuery table object parameters to onRenderHeader function
2014-09-27 11:28:40 -05:00
Mottie
aabb1d6dad
Pager: plugin again updates output display on init
2014-09-20 19:50:27 -05:00
Mottie
195f4fca77
Core parser updates
...
Added $node to parser "is" parameter, add image parser to core, moved ipAddress to external file & add MAC address parser to renamed parser-network.js file
2014-09-16 23:36:17 -05:00
Mottie
33b3abe75a
Parser: Add duration parser & demo
2014-09-15 19:17:11 -05:00
Mottie
ec019b387c
Filter: select will exactly match the selected option unless "filter-match" is set. Fixes #721
2014-09-12 11:07:08 -05:00
Mottie
356ee47026
Filter: add filter_excludeFilter option
2014-09-08 20:27:52 -05:00
Mottie
3a461d2293
Docs: add emptyTo clarification
2014-09-07 09:09:55 -05:00
Mottie
af9f9c4450
Parser: Added ignoreArticlesExcept option to ignoreArticles parser
2014-09-06 22:30:53 -05:00
Mottie
f1e32a26fe
Editable: Add editable_trimContent option
2014-09-02 15:29:28 -05:00
Mottie
b497cfb1a4
Filter: add defaultFilter option. Fixes #704
2014-08-28 11:26:31 -05:00
Mottie
3bf7700fec
Editable: validate function now includes a contenteditable element parameter
2014-08-27 15:05:01 -05:00
Mottie
3149ca5396
Docs: fix setting active accordion from hash script
2014-08-26 19:26:39 -05:00
Mottie
ebd2edb040
Editable: Add editable_wrapContent option
2014-08-26 19:24:43 -05:00
Mottie
3a290109ef
Editable: Add editable_focus, editable_blur, and editable_selectAll options. See #708
2014-08-26 16:19:47 -05:00
Mottie
8ddd3c76f2
Editable: update validate function to allow setting it per column
2014-08-26 14:23:13 -05:00
Mottie
3013ce278b
Editable demo: update demo to use row id instead of index
2014-08-26 13:38:02 -05:00
Mottie
d26e416c86
Docs: fix changelog link
2014-08-04 07:59:28 -05:00
Mottie
232cfe55a0
Merge branch 'working'
2014-08-01 21:32:03 -05:00
Mottie
5e75257b9f
Docs: add extractor demo & fix select parser to properly update
2014-08-01 20:55:21 -05:00
Mottie
bb939266a8
Pager: remove selected attribute from page options. See #700
2014-07-31 07:42:21 -05:00
Mottie
6b1caafbe6
Demo: change theme switcher json to use protocol-relative urls. Fixes #695
2014-07-29 12:56:38 -05:00
Mottie
2d5ff1c203
Filter: add filter_selectSourceSeparator option. Fixes #692
2014-07-29 10:52:40 -05:00
Mottie
6e44cc9590
Editable: add autoAccept & validate options
2014-07-27 19:28:08 -05:00
Mottie
39e91a5733
Pager: output can now add user modifiable startRow or page inputs
2014-07-22 07:42:15 -05:00
Mottie
22a2841f9c
parser-false: automatically set sorter-false & filter-false behavior
2014-07-21 18:43:01 -05:00
Mottie
e20712dfdc
Filter: Update buildSelect function to allow external calls to modify filter select options
2014-07-18 13:51:25 -05:00
Mottie
f8a6898168
Filter: fix onlyAvail setting causing a js error on init
2014-07-18 13:11:05 -05:00
Mottie
36e5371df7
Docs: fix a bunch of minor HTML problems
2014-07-17 20:42:01 -05:00
Mottie
e861f6c3fc
Cleanup & version bump
2014-07-17 12:40:11 -05:00
Mottie
a5a793b393
Filter: Add formatter requirement to call function when updated. Fixes #668
2014-07-17 11:18:07 -05:00
Mottie
363232173d
Docs: Add info about imgAttr setting for image parser
2014-07-17 07:28:12 -05:00
Mottie
c9c11a8495
Output: update method to allow downloads without modifying htaccess. Fixes #681
2014-07-15 21:19:47 -05:00
Mottie
ad7468d5b0
Docs: Add custom filter widget search types demo
2014-07-15 12:42:21 -05:00
Mottie
e0ecda6423
Core: add config.table variable
2014-07-15 12:42:20 -05:00
Mottie
ed5a86ffad
Core: update config.totalRows variable before initialization. Fixes #670
2014-07-15 12:42:10 -05:00
Mottie
4f29e36f12
Filter: force cache build on initial search when delayInit true. Fixes #678
2014-07-11 15:01:26 -05:00
Mottie
6de1009af8
version bump
2014-07-04 07:36:50 -05:00
Mottie
5d598390ae
Docs: Add notes & examples about binding to init events
2014-07-04 07:02:54 -05:00
Mottie
10b0f4e7f2
Resizable: add resizable_throttle option to throttle mousemove event. Fixes #662
2014-07-03 23:04:15 -05:00
Mottie
0688fcfcf8
Docs: show more event parameters & add missing initialized callback function
2014-07-03 17:52:10 -05:00
Mottie
de3e721ecb
Core: add $.tablesorter.hasWidget() function
...
also updating docs for accessing config.totalRows & config.filteredRows
2014-07-03 13:33:36 -05:00
Mottie
adbfe83edf
Filter: filterInit & filterEnd events now pass config as a parameter
2014-07-03 11:47:58 -05:00
Mottie
2a835930e4
Core/Filter/Pager: Add config.totalPages & modify filterEnd variable to include it. See #670
2014-07-03 10:59:48 -05:00
Mottie
8c7d8f0220
Docs: update config.filteredRows code example for use with pager
2014-07-03 09:44:42 -05:00
Mottie
7e36b9553b
Filter: Add internal filteredRows variable. Fixes #670
2014-07-03 07:56:28 -05:00
Mottie
3cebfb6462
Docs: add note about changes to resizable widget
2014-07-03 07:56:15 -05:00
Mottie
d34d951b93
Filter: filter_initialized flag now gets set appropriately. Fixes #668
2014-07-02 23:18:49 -05:00
Mottie
0b380ad323
Filter: add filter_searchFiltered option to allow disabling the search of already filtered rows
2014-06-30 23:07:12 -05:00
Mottie
0ef9612fdb
Add roman numeral parser
2014-06-28 22:29:28 -05:00
Mottie
c3ebbe4cec
Demo: change to jQuery UI Cupertino theme
2014-06-28 21:19:04 -05:00
Mottie
e2a5b1a57f
Demo: update to latest Bootstrap & jQuery UI
2014-06-26 15:51:29 -05:00
Mottie
3b4cd54c61
Scroller: add scroller_upAfterSort option. Fixes #660
2014-06-26 12:09:59 -05:00
Mottie
20938f9bf9
Pager widget: change goto (reserved word) to gotoPage & doc updates. Fixes #657
2014-06-23 15:36:50 -05:00
Mottie
2bd55b3a5b
Static: static rows now manipulated within a detached tbody
...
updated demo to allow the user to toggle static rows
2014-06-22 08:22:39 -05:00
Mottie
a98584e9c5
Pager: objects returned by ajaxProcessing can now include a filteredRows value. Fixes #649
2014-06-21 01:24:21 -05:00
Mottie
ea48d95fbc
Filter: filter_liveSearch set to number now searches when pressing enter. Fixes #654
2014-06-20 12:31:00 -05:00
Mottie
931e4c1bae
Docs: don't reformat embedded gists
2014-06-19 11:36:32 -05:00
Mottie
d4d1da391e
Docs: add bold notes about setting the server content-disposition. Fixes #653
2014-06-19 11:14:39 -05:00