mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
version bump
This commit is contained in:
parent
750a038bfc
commit
d2fedb97fb
28
README.md
28
README.md
@ -103,6 +103,26 @@ If you would like to contribute, please...
|
|||||||
|
|
||||||
View the [complete change log here](https://github.com/Mottie/tablesorter/wiki/Changes).
|
View the [complete change log here](https://github.com/Mottie/tablesorter/wiki/Changes).
|
||||||
|
|
||||||
|
#### <a name="v2.28.2">Version 2.28.2</a> (12/15/2016)
|
||||||
|
|
||||||
|
* ColumnSelector:
|
||||||
|
* Target header column attr. Fixes [issue #1238](https://github.com/Mottie/tablesorter/issues/1238).
|
||||||
|
* Include HTML in empty headers, then reverted. Fixes [issue #1335](https://github.com/Mottie/tablesorter/issues/1335).
|
||||||
|
* Add `layoutCustomizer` option. Fixes [issue #1335](https://github.com/Mottie/tablesorter/issues/1335).
|
||||||
|
* Reorder:
|
||||||
|
* Add style to `<HEAD>`.
|
||||||
|
* Resizable:
|
||||||
|
* Adding style in `<HEAD>` tag not at the end of file. See [pull #1337](https://github.com/Mottie/tablesorter/pull/1337); thanks [@Frennetix](https://github.com/Frennetix)!
|
||||||
|
* Scroller:
|
||||||
|
* Adding style in `<HEAD>` tag not at the end of file. See [pull #1338](https://github.com/Mottie/tablesorter/pull/1338); thanks [@Frennetix](https://github.com/Frennetix)!
|
||||||
|
* Code cleanup. See [pull #1338](https://github.com/Mottie/tablesorter/pull/1338).
|
||||||
|
* Theme:
|
||||||
|
* Convert theme.less to theme.scss. See [pull #1332](https://github.com/Mottie/tablesorter/pull/1332); thanks to [@HongPong](https://github.com/HongPong)!
|
||||||
|
* Fix SCSS theme & add demo. See [pull #1332](https://github.com/Mottie/tablesorter/pull/1332)
|
||||||
|
* Meta:
|
||||||
|
* Add jsDelivr CDN link to readme.
|
||||||
|
* Add scss to dist folder.
|
||||||
|
|
||||||
#### <a name="v2.28.1">Version 2.28.1</a> (11/27/2016)
|
#### <a name="v2.28.1">Version 2.28.1</a> (11/27/2016)
|
||||||
|
|
||||||
* Core:
|
* Core:
|
||||||
@ -144,11 +164,3 @@ View the [complete change log here](https://github.com/Mottie/tablesorter/wiki/C
|
|||||||
* Tbodysort:
|
* Tbodysort:
|
||||||
* Add `sortTbody_lockHead` option. See [pull #1312](https://github.com/Mottie/tablesorter/pull/1312); thanks [@ChrisM-Rogers](https://github.com/ChrisM-Rogers)!
|
* Add `sortTbody_lockHead` option. See [pull #1312](https://github.com/Mottie/tablesorter/pull/1312); thanks [@ChrisM-Rogers](https://github.com/ChrisM-Rogers)!
|
||||||
* Add `sortTbody_lockHead` to default options.
|
* Add `sortTbody_lockHead` to default options.
|
||||||
|
|
||||||
#### <a name="v2.27.8">Version 2.27.8</a> (9/28/2016)
|
|
||||||
|
|
||||||
* Core: minor code cleanup.
|
|
||||||
* Docs: remove code in duplicate example-widget-filter-custom. See [pull #1295](https://github.com/Mottie/tablesorter/pull/1295); thanks [@themilkman](https://github.com/themilkman)!
|
|
||||||
* ColumnSelector: `updateAll` properly updates the popup. See [Stack Overflow](http://stackoverflow.com/q/39669948/145346).
|
|
||||||
* Pager: Maintain filter focus on custom controls. Fixes [issue #1296](https://github.com/Mottie/tablesorter/issues/1296).
|
|
||||||
* Readme: Add link to Grav CMS. See [issue #1290](https://github.com/Mottie/tablesorter/issues/1290).
|
|
||||||
|
9
dist/css/less/bootstrap.less
vendored
9
dist/css/less/bootstrap.less
vendored
@ -4,10 +4,11 @@ To create your own theme, modify the code below and run it through
|
|||||||
a LESS compiler, like this one: http://leafo.net/lessphp/editor.html
|
a LESS compiler, like this one: http://leafo.net/lessphp/editor.html
|
||||||
or download less.js from http://lesscss.org/
|
or download less.js from http://lesscss.org/
|
||||||
|
|
||||||
Test out these custom less files live
|
Test out these customization files live
|
||||||
Basic Theme : http://codepen.io/Mottie/pen/eqBbn
|
Basic LESS Theme : http://codepen.io/Mottie/pen/eqBbn
|
||||||
Bootstrap : http://codepen.io/Mottie/pen/Ltzpi
|
Bootstrap LESS : http://codepen.io/Mottie/pen/Ltzpi
|
||||||
Metro Style : http://codepen.io/Mottie/pen/gCslk
|
Metro LESS Style : http://codepen.io/Mottie/pen/gCslk
|
||||||
|
Basic SCSS : http://codepen.io/Mottie/pen/LbXdNR
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
9
dist/css/less/metro.less
vendored
9
dist/css/less/metro.less
vendored
@ -4,10 +4,11 @@ To create your own theme, modify the code below and run it through
|
|||||||
a LESS compiler, like this one: http://leafo.net/lessphp/editor.html
|
a LESS compiler, like this one: http://leafo.net/lessphp/editor.html
|
||||||
or download less.js from http://lesscss.org/
|
or download less.js from http://lesscss.org/
|
||||||
|
|
||||||
Test out these custom less files live
|
Test out these customization files live
|
||||||
Basic Theme : http://codepen.io/Mottie/pen/eqBbn
|
Basic LESS Theme : http://codepen.io/Mottie/pen/eqBbn
|
||||||
Bootstrap : http://codepen.io/Mottie/pen/Ltzpi
|
Bootstrap LESS : http://codepen.io/Mottie/pen/Ltzpi
|
||||||
Metro Style : http://codepen.io/Mottie/pen/gCslk
|
Metro LESS Style : http://codepen.io/Mottie/pen/gCslk
|
||||||
|
Basic SCSS : http://codepen.io/Mottie/pen/LbXdNR
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
1
dist/css/less/theme.less
vendored
1
dist/css/less/theme.less
vendored
@ -8,6 +8,7 @@ Test out these custom less files live
|
|||||||
Basic Theme : http://codepen.io/Mottie/pen/eqBbn
|
Basic Theme : http://codepen.io/Mottie/pen/eqBbn
|
||||||
Bootstrap : http://codepen.io/Mottie/pen/Ltzpi
|
Bootstrap : http://codepen.io/Mottie/pen/Ltzpi
|
||||||
Metro Style : http://codepen.io/Mottie/pen/gCslk
|
Metro Style : http://codepen.io/Mottie/pen/gCslk
|
||||||
|
Basic SCSS : http://codepen.io/Mottie/pen/LbXdNR
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
72
dist/css/scss/theme.scss
vendored
72
dist/css/scss/theme.scss
vendored
@ -1,13 +1,15 @@
|
|||||||
/* Tablesorter Custom LESS Theme by Rob Garrison
|
/* Tablesorter Custom SCSS Theme by Dan Feidt (https://github.com/HongPong)
|
||||||
|
Converted from Custom LESS Theme by Rob Garrison
|
||||||
|
|
||||||
To create your own theme, modify the code below and run it through
|
To create your own theme, modify the code below and run it through
|
||||||
a LESS compiler, like this one: http://leafo.net/lessphp/editor.html
|
a SCSS compiler, like this one: http://beautifytools.com/scss-compiler.php
|
||||||
or download less.js from http://lesscss.org/
|
or download sass.js from https://github.com/medialize/sass.js
|
||||||
|
|
||||||
Test out these custom less files live
|
Test out these customization files live
|
||||||
Basic Theme : http://codepen.io/Mottie/pen/eqBbn
|
Basic LESS Theme : http://codepen.io/Mottie/pen/eqBbn
|
||||||
Bootstrap : http://codepen.io/Mottie/pen/Ltzpi
|
Bootstrap LESS : http://codepen.io/Mottie/pen/Ltzpi
|
||||||
Metro Style : http://codepen.io/Mottie/pen/gCslk
|
Metro LESS Style : http://codepen.io/Mottie/pen/gCslk
|
||||||
|
Basic SCSS : http://codepen.io/Mottie/pen/LbXdNR
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -22,7 +24,7 @@ $tableBodyFont : 11px 'trebuchet ms', verdana, arial;
|
|||||||
/* for best results, only change the hue (120),
|
/* for best results, only change the hue (120),
|
||||||
leave the saturation (60%) and luminosity (75%) alone
|
leave the saturation (60%) and luminosity (75%) alone
|
||||||
pick the color from here: http://hslpicker.com/#99E699 */
|
pick the color from here: http://hslpicker.com/#99E699 */
|
||||||
$headerBackground : hsl(120, 60%, 75%);
|
$headerBackground : hsl(0, 60%, 75%);
|
||||||
$borderAndBackground : #cdcdcd;
|
$borderAndBackground : #cdcdcd;
|
||||||
$overallBorder : $borderAndBackground 1px solid;
|
$overallBorder : $borderAndBackground 1px solid;
|
||||||
$headerTextColor : #000;
|
$headerTextColor : #000;
|
||||||
@ -51,24 +53,24 @@ $headerPadding : 4px 20px 4px 4px;
|
|||||||
$processingIcon : url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
|
$processingIcon : url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
|
||||||
|
|
||||||
/* zebra striping */
|
/* zebra striping */
|
||||||
.allRows {
|
@mixin allRows {
|
||||||
background-color: $bodyBackground;
|
background-color: $bodyBackground;
|
||||||
color: $bodyTextColor;
|
color: $bodyTextColor;
|
||||||
}
|
}
|
||||||
.evenRows {
|
@mixin evenRows {
|
||||||
background-color: lighten($headerBackground, 40%);
|
background-color: lighten($headerBackground, 40%);
|
||||||
color: $bodyTextColor;
|
color: $bodyTextColor;
|
||||||
}
|
}
|
||||||
.oddRows {
|
@mixin oddRows {
|
||||||
background-color: lighten($headerBackground, 20%);
|
background-color: lighten($headerBackground, 20%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hovered rows */
|
/* hovered rows */
|
||||||
.oddHovered {
|
@mixin oddHovered {
|
||||||
background-color: desaturate($headerBackground, 60%);
|
background-color: desaturate($headerBackground, 60%);
|
||||||
color: $bodyTextColor;
|
color: $bodyTextColor;
|
||||||
}
|
}
|
||||||
.evenHovered {
|
@mixin evenHovered {
|
||||||
background-color: lighten( desaturate($headerBackground, 60%), 10% );
|
background-color: lighten( desaturate($headerBackground, 60%), 10% );
|
||||||
color: $bodyTextColor;
|
color: $bodyTextColor;
|
||||||
}
|
}
|
||||||
@ -82,7 +84,7 @@ $tertiaryOdd : $secondaryEven;
|
|||||||
$tertiaryEven : lighten( $secondaryEven, 5% );
|
$tertiaryEven : lighten( $secondaryEven, 5% );
|
||||||
|
|
||||||
/* Filter widget transition */
|
/* Filter widget transition */
|
||||||
.filterWidgetTransition {
|
@mixin filterWidgetTransition {
|
||||||
-webkit-transition: line-height $filterTransitionTime ease;
|
-webkit-transition: line-height $filterTransitionTime ease;
|
||||||
-moz-transition: line-height $filterTransitionTime ease;
|
-moz-transition: line-height $filterTransitionTime ease;
|
||||||
-o-transition: line-height $filterTransitionTime ease;
|
-o-transition: line-height $filterTransitionTime ease;
|
||||||
@ -103,29 +105,25 @@ $sortAscWhite : url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEAL
|
|||||||
$sortDescWhite : url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
|
$sortDescWhite : url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
|
||||||
|
|
||||||
/* automatically choose the correct arrow/text color */
|
/* automatically choose the correct arrow/text color */
|
||||||
.headerText ($a) when (lightness($a) >= 50%) {
|
@function set-lightness($a, $b) {
|
||||||
color: $headerTextColor;
|
@if (lightness($headerBackground) >= 50) {
|
||||||
|
@return $a;
|
||||||
|
} @else {
|
||||||
|
@return $b;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.headerText ($a) when (lightness($a) < 50%) {
|
@mixin headerText {
|
||||||
color: lighten($headerTextColor, 90%);
|
color: set-lightness($headerTextColor, lighten($headerTextColor, 90%));
|
||||||
}
|
}
|
||||||
.unsorted ($a) when (lightness($a) >= 50%) {
|
|
||||||
background-image: $unsortedBlack;
|
@mixin unsorted {
|
||||||
|
background-image: set-lightness($unsortedBlack, $unsortedWhite);
|
||||||
}
|
}
|
||||||
.unsorted ($a) when (lightness($a) < 50%) {
|
@mixin sortAsc {
|
||||||
background-image: $unsortedWhite;
|
background-image: set-lightness($sortAscBlack, $sortAscWhite);
|
||||||
}
|
}
|
||||||
.sortAsc ($a) when (lightness($a) >= 50%) {
|
@mixin sortDesc {
|
||||||
background-image: $sortAscBlack;
|
background-image: set-lightness($sortDescBlack, $sortDescWhite);
|
||||||
}
|
|
||||||
.sortAsc ($a) when (lightness($a) < 50%) {
|
|
||||||
background-image: $sortAscWhite;
|
|
||||||
}
|
|
||||||
.sortDesc ($a) when (lightness($a) >= 50%) {
|
|
||||||
background-image: $sortDescBlack;
|
|
||||||
}
|
|
||||||
.sortDesc ($a) when (lightness($a) < 50%) {
|
|
||||||
background-image: $sortDescWhite;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* variable theme name - requires less.js 1.3+;
|
/* variable theme name - requires less.js 1.3+;
|
||||||
@ -151,7 +149,7 @@ $sortDescWhite : url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEAL
|
|||||||
font: $tableHeaderFont;
|
font: $tableHeaderFont;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: $headerBackground;
|
background-color: $headerBackground;
|
||||||
@include headerText($headerBackground);
|
@include headerText;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
padding: $overallPadding;
|
padding: $overallPadding;
|
||||||
}
|
}
|
||||||
@ -163,7 +161,7 @@ $sortDescWhite : url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEAL
|
|||||||
|
|
||||||
/* style header */
|
/* style header */
|
||||||
.tablesorter-header {
|
.tablesorter-header {
|
||||||
@include unsorted($headerBackground);
|
@include unsorted;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: $arrowPosition;
|
background-position: $arrowPosition;
|
||||||
padding: $headerPadding;
|
padding: $headerPadding;
|
||||||
@ -178,12 +176,12 @@ $sortDescWhite : url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEAL
|
|||||||
|
|
||||||
.tablesorter-headerAsc {
|
.tablesorter-headerAsc {
|
||||||
background-color: $headerAsc;
|
background-color: $headerAsc;
|
||||||
@include sortAsc($headerBackground);
|
@include sortAsc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tablesorter-headerDesc {
|
.tablesorter-headerDesc {
|
||||||
background-color: $headerDesc;
|
background-color: $headerDesc;
|
||||||
@include sortDesc($headerBackground);
|
@include sortDesc;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* tfoot */
|
/* tfoot */
|
||||||
|
6
dist/js/jquery.tablesorter.combined.js
vendored
6
dist/js/jquery.tablesorter.combined.js
vendored
@ -1,4 +1,4 @@
|
|||||||
/*! tablesorter (FORK) - updated 12-08-2016 (v2.28.1)*/
|
/*! tablesorter (FORK) - updated 12-15-2016 (v2.28.2)*/
|
||||||
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
|
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
|
||||||
(function(factory) {
|
(function(factory) {
|
||||||
if (typeof define === 'function' && define.amd) {
|
if (typeof define === 'function' && define.amd) {
|
||||||
@ -5368,7 +5368,7 @@
|
|||||||
|
|
||||||
})(jQuery, window);
|
})(jQuery, window);
|
||||||
|
|
||||||
/*! Widget: resizable - updated 6/28/2016 (v2.26.5) */
|
/*! Widget: resizable - updated 12/15/2016 (v2.28.2) */
|
||||||
/*jshint browser:true, jquery:true, unused:false */
|
/*jshint browser:true, jquery:true, unused:false */
|
||||||
;(function ($, window) {
|
;(function ($, window) {
|
||||||
'use strict';
|
'use strict';
|
||||||
@ -5391,7 +5391,7 @@
|
|||||||
'.' + ts.css.resizableHandle + ' { position: absolute; display: inline-block; width: 8px;' +
|
'.' + ts.css.resizableHandle + ' { position: absolute; display: inline-block; width: 8px;' +
|
||||||
'top: 1px; cursor: ew-resize; z-index: 3; user-select: none; -moz-user-select: none; }' +
|
'top: 1px; cursor: ew-resize; z-index: 3; user-select: none; -moz-user-select: none; }' +
|
||||||
'</style>';
|
'</style>';
|
||||||
$(s).appendTo('body');
|
$('head').append(s);
|
||||||
});
|
});
|
||||||
|
|
||||||
ts.resizable = {
|
ts.resizable = {
|
||||||
|
4
dist/js/jquery.tablesorter.combined.min.js
vendored
4
dist/js/jquery.tablesorter.combined.min.js
vendored
File diff suppressed because one or more lines are too long
6
dist/js/jquery.tablesorter.widgets.js
vendored
6
dist/js/jquery.tablesorter.widgets.js
vendored
@ -1,4 +1,4 @@
|
|||||||
/*! tablesorter (FORK) - updated 12-08-2016 (v2.28.1)*/
|
/*! tablesorter (FORK) - updated 12-15-2016 (v2.28.2)*/
|
||||||
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
|
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
|
||||||
(function(factory) {
|
(function(factory) {
|
||||||
if (typeof define === 'function' && define.amd) {
|
if (typeof define === 'function' && define.amd) {
|
||||||
@ -2573,7 +2573,7 @@
|
|||||||
|
|
||||||
})(jQuery, window);
|
})(jQuery, window);
|
||||||
|
|
||||||
/*! Widget: resizable - updated 6/28/2016 (v2.26.5) */
|
/*! Widget: resizable - updated 12/15/2016 (v2.28.2) */
|
||||||
/*jshint browser:true, jquery:true, unused:false */
|
/*jshint browser:true, jquery:true, unused:false */
|
||||||
;(function ($, window) {
|
;(function ($, window) {
|
||||||
'use strict';
|
'use strict';
|
||||||
@ -2596,7 +2596,7 @@
|
|||||||
'.' + ts.css.resizableHandle + ' { position: absolute; display: inline-block; width: 8px;' +
|
'.' + ts.css.resizableHandle + ' { position: absolute; display: inline-block; width: 8px;' +
|
||||||
'top: 1px; cursor: ew-resize; z-index: 3; user-select: none; -moz-user-select: none; }' +
|
'top: 1px; cursor: ew-resize; z-index: 3; user-select: none; -moz-user-select: none; }' +
|
||||||
'</style>';
|
'</style>';
|
||||||
$(s).appendTo('body');
|
$('head').append(s);
|
||||||
});
|
});
|
||||||
|
|
||||||
ts.resizable = {
|
ts.resizable = {
|
||||||
|
4
dist/js/jquery.tablesorter.widgets.min.js
vendored
4
dist/js/jquery.tablesorter.widgets.min.js
vendored
File diff suppressed because one or more lines are too long
4
dist/js/widgets/widget-resizable.min.js
vendored
4
dist/js/widgets/widget-resizable.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/widgets/widget-scroller.min.js
vendored
2
dist/js/widgets/widget-scroller.min.js
vendored
File diff suppressed because one or more lines are too long
@ -440,6 +440,7 @@
|
|||||||
<li><a href="http://codepen.io/Mottie/pen/eqBbn">tablesorter LESS theme</a>.</li>
|
<li><a href="http://codepen.io/Mottie/pen/eqBbn">tablesorter LESS theme</a>.</li>
|
||||||
<li><a href="http://codepen.io/Mottie/pen/Ltzpi">tablesorter Bootstrap LESS theme</a> (<span class="version">v2.16.4</span>).</li>
|
<li><a href="http://codepen.io/Mottie/pen/Ltzpi">tablesorter Bootstrap LESS theme</a> (<span class="version">v2.16.4</span>).</li>
|
||||||
<li><a href="http://codepen.io/Mottie/pen/gCslk">tablesorter Metro LESS theme</a> (<span class="version">v2.16.4</span>).</li>
|
<li><a href="http://codepen.io/Mottie/pen/gCslk">tablesorter Metro LESS theme</a> (<span class="version">v2.16.4</span>).</li>
|
||||||
|
<li><a href="http://codepen.io/Mottie/pen/LbXdNR">tablesorter SCSS theme</a> (<span class="version">v2.28.2</span>).</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>Check out the <a href="https://github.com/Mottie/tablesorter/wiki">home wiki page</a> <span class="label label-info">more demos</span>!</li>
|
<li>Check out the <a href="https://github.com/Mottie/tablesorter/wiki">home wiki page</a> <span class="label label-info">more demos</span>!</li>
|
||||||
@ -457,7 +458,7 @@
|
|||||||
|
|
||||||
<li><span class="label label-info">Beta</span> <a href="example-widget-chart.html">Chart Widget</a> (<span class="version">v2.19.0</span>; <span class="version updated">v2.24.0</span>).</li>
|
<li><span class="label label-info">Beta</span> <a href="example-widget-chart.html">Chart Widget</a> (<span class="version">v2.19.0</span>; <span class="version updated">v2.24.0</span>).</li>
|
||||||
<li><span class="results">†</span> <a href="example-widget-columns.html">Columns highlight widget</a> (v2.0.17).</li>
|
<li><span class="results">†</span> <a href="example-widget-columns.html">Columns highlight widget</a> (v2.0.17).</li>
|
||||||
<li><a href="example-widget-column-selector.html">Column selector widget</a> (<span class="version">v2.15</span>; <span class="version updated">v2.27.8</span>).</li>
|
<li><a href="example-widget-column-selector.html">Column selector widget</a> (<span class="version">v2.15</span>; <span class="version updated">v2.28.2</span>).</li>
|
||||||
<li><a href="example-widget-editable.html">Content editable widget</a> (v2.9; <span class="version updated">v2.25.5</span>).</li>
|
<li><a href="example-widget-editable.html">Content editable widget</a> (v2.9; <span class="version updated">v2.25.5</span>).</li>
|
||||||
<li><a href="example-widget-current-sort.html">Current Sort Widget</a> (<span class="version">v2.27.0</span>).</li>
|
<li><a href="example-widget-current-sort.html">Current Sort Widget</a> (<span class="version">v2.27.0</span>).</li>
|
||||||
<li><span class="label label-info">Beta</span> <a href="example-dragtable.html">Dragtable mod</a> - (jQuery UI widget for column reordering [<a class="external" href="http://stackoverflow.com/a/27770224/145346">ref</a>]; <span class="version">v2.24.0</span>).</li>
|
<li><span class="label label-info">Beta</span> <a href="example-dragtable.html">Dragtable mod</a> - (jQuery UI widget for column reordering [<a class="external" href="http://stackoverflow.com/a/27770224/145346">ref</a>]; <span class="version">v2.24.0</span>).</li>
|
||||||
@ -501,9 +502,9 @@
|
|||||||
<li><a href="example-widget-print.html">Print widget</a> (<span class="version">v2.16.4</span>; <span class="version updated">v2.25.8</span>).</li>
|
<li><a href="example-widget-print.html">Print widget</a> (<span class="version">v2.16.4</span>; <span class="version updated">v2.25.8</span>).</li>
|
||||||
<li><a href="example-widget-reflow.html">Reflow widget</a> (<span class="version">v2.16</span>; <span class="version updated">v2.19.0</span>).</li>
|
<li><a href="example-widget-reflow.html">Reflow widget</a> (<span class="version">v2.16</span>; <span class="version updated">v2.19.0</span>).</li>
|
||||||
<li><a href="example-widgets.html">Repeat headers widget</a> (v2.0.5; <span class="version updated">v2.19.0</span>).</li>
|
<li><a href="example-widgets.html">Repeat headers widget</a> (v2.0.5; <span class="version updated">v2.19.0</span>).</li>
|
||||||
<li><span class="results">†</span> <a href="example-widget-resizable.html">Resizable columns widget</a> (v2.0.23.1; <span class="version updated">v2.26.5</span>).</li>
|
<li><span class="results">†</span> <a href="example-widget-resizable.html">Resizable columns widget</a> (v2.0.23.1; <span class="version updated">v2.28.2</span>).</li>
|
||||||
<li><span class="results">†</span> <a href="example-widget-savesort.html">Save sort widget</a> (v2.0.27; <span class="version updated">v2.24.0</span>).</li>
|
<li><span class="results">†</span> <a href="example-widget-savesort.html">Save sort widget</a> (v2.0.27; <span class="version updated">v2.24.0</span>).</li>
|
||||||
<li><a href="example-widget-scroller.html">Scroller widget</a> (<span class="version">v2.9</span>; <span class="version updated">v2.27.0</span>).</li>
|
<li><a href="example-widget-scroller.html">Scroller widget</a> (<span class="version">v2.9</span>; <span class="version updated">v2.28.2</span>).</li>
|
||||||
<li><span class="label label-info">Beta</span> <a href="example-widget-sort-to-hash.html">Sort-to-hash widget</a> (<span class="version">v2.22.4</span>; <span class="version updated">v2.24.4</span>).</li>
|
<li><span class="label label-info">Beta</span> <a href="example-widget-sort-to-hash.html">Sort-to-hash widget</a> (<span class="version">v2.22.4</span>; <span class="version updated">v2.24.4</span>).</li>
|
||||||
<li><span class="label label-info">Beta</span> <a href="example-widget-sort-tbodies.html">Sort tbodies widget</a> (<span class="version">v2.22.2</span>; <span class="version updated">v2.28.0</span>).</li>
|
<li><span class="label label-info">Beta</span> <a href="example-widget-sort-tbodies.html">Sort tbodies widget</a> (<span class="version">v2.22.2</span>; <span class="version updated">v2.28.0</span>).</li>
|
||||||
<li><a href="example-widget-static-row.html">Static row widget</a> (<span class="version">v2.16</span>; <span class="version updated">v2.24.0</span>).</li>
|
<li><a href="example-widget-static-row.html">Static row widget</a> (<span class="version">v2.16</span>; <span class="version updated">v2.24.0</span>).</li>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██▀▀ ▀▀▀██
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██▀▀ ▀▀▀██
|
||||||
█████▀ ▀████▀ ██ ██ ▀████▀ ██ ██ ██ ██ ▀████▀ █████▀ ██ ██ █████▀
|
█████▀ ▀████▀ ██ ██ ▀████▀ ██ ██ ██ ██ ▀████▀ █████▀ ██ ██ █████▀
|
||||||
*/
|
*/
|
||||||
/*! tablesorter (FORK) - updated 12-08-2016 (v2.28.1)*/
|
/*! tablesorter (FORK) - updated 12-15-2016 (v2.28.2)*/
|
||||||
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
|
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
|
||||||
(function(factory) {
|
(function(factory) {
|
||||||
if (typeof define === 'function' && define.amd) {
|
if (typeof define === 'function' && define.amd) {
|
||||||
@ -5374,7 +5374,7 @@
|
|||||||
|
|
||||||
})(jQuery, window);
|
})(jQuery, window);
|
||||||
|
|
||||||
/*! Widget: resizable - updated 6/28/2016 (v2.26.5) */
|
/*! Widget: resizable - updated 12/15/2016 (v2.28.2) */
|
||||||
/*jshint browser:true, jquery:true, unused:false */
|
/*jshint browser:true, jquery:true, unused:false */
|
||||||
;(function ($, window) {
|
;(function ($, window) {
|
||||||
'use strict';
|
'use strict';
|
||||||
@ -5397,7 +5397,7 @@
|
|||||||
'.' + ts.css.resizableHandle + ' { position: absolute; display: inline-block; width: 8px;' +
|
'.' + ts.css.resizableHandle + ' { position: absolute; display: inline-block; width: 8px;' +
|
||||||
'top: 1px; cursor: ew-resize; z-index: 3; user-select: none; -moz-user-select: none; }' +
|
'top: 1px; cursor: ew-resize; z-index: 3; user-select: none; -moz-user-select: none; }' +
|
||||||
'</style>';
|
'</style>';
|
||||||
$(s).appendTo('body');
|
$('head').append(s);
|
||||||
});
|
});
|
||||||
|
|
||||||
ts.resizable = {
|
ts.resizable = {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██▀▀ ▀▀▀██
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██▀▀ ▀▀▀██
|
||||||
█████▀ ▀████▀ ██ ██ ▀████▀ ██ ██ ██ ██ ▀████▀ █████▀ ██ ██ █████▀
|
█████▀ ▀████▀ ██ ██ ▀████▀ ██ ██ ██ ██ ▀████▀ █████▀ ██ ██ █████▀
|
||||||
*/
|
*/
|
||||||
/*! tablesorter (FORK) - updated 12-08-2016 (v2.28.1)*/
|
/*! tablesorter (FORK) - updated 12-15-2016 (v2.28.2)*/
|
||||||
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
|
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
|
||||||
(function(factory) {
|
(function(factory) {
|
||||||
if (typeof define === 'function' && define.amd) {
|
if (typeof define === 'function' && define.amd) {
|
||||||
@ -2579,7 +2579,7 @@
|
|||||||
|
|
||||||
})(jQuery, window);
|
})(jQuery, window);
|
||||||
|
|
||||||
/*! Widget: resizable - updated 6/28/2016 (v2.26.5) */
|
/*! Widget: resizable - updated 12/15/2016 (v2.28.2) */
|
||||||
/*jshint browser:true, jquery:true, unused:false */
|
/*jshint browser:true, jquery:true, unused:false */
|
||||||
;(function ($, window) {
|
;(function ($, window) {
|
||||||
'use strict';
|
'use strict';
|
||||||
@ -2602,7 +2602,7 @@
|
|||||||
'.' + ts.css.resizableHandle + ' { position: absolute; display: inline-block; width: 8px;' +
|
'.' + ts.css.resizableHandle + ' { position: absolute; display: inline-block; width: 8px;' +
|
||||||
'top: 1px; cursor: ew-resize; z-index: 3; user-select: none; -moz-user-select: none; }' +
|
'top: 1px; cursor: ew-resize; z-index: 3; user-select: none; -moz-user-select: none; }' +
|
||||||
'</style>';
|
'</style>';
|
||||||
$(s).appendTo('body');
|
$('head').append(s);
|
||||||
});
|
});
|
||||||
|
|
||||||
ts.resizable = {
|
ts.resizable = {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Widget: columnSelector (responsive table widget) - updated 9/28/2016 (v2.27.8) *//*
|
/* Widget: columnSelector (responsive table widget) - updated 12/15/2016 (v2.28.2) *//*
|
||||||
* Requires tablesorter v2.8+ and jQuery 1.7+
|
* Requires tablesorter v2.8+ and jQuery 1.7+
|
||||||
* by Justin Hallett & Rob Garrison
|
* by Justin Hallett & Rob Garrison
|
||||||
*/
|
*/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/*! Widget: resizable - updated 6/28/2016 (v2.26.5) */
|
/*! Widget: resizable - updated 12/15/2016 (v2.28.2) */
|
||||||
/*jshint browser:true, jquery:true, unused:false */
|
/*jshint browser:true, jquery:true, unused:false */
|
||||||
;(function ($, window) {
|
;(function ($, window) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tablesorter",
|
"name": "tablesorter",
|
||||||
"title": "tablesorter",
|
"title": "tablesorter",
|
||||||
"version": "2.28.1",
|
"version": "2.28.2",
|
||||||
"description": "tablesorter (FORK) is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.",
|
"description": "tablesorter (FORK) is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Christian Bach",
|
"name": "Christian Bach",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tablesorter",
|
"name": "tablesorter",
|
||||||
"title": "tablesorter",
|
"title": "tablesorter",
|
||||||
"version": "2.28.1",
|
"version": "2.28.2",
|
||||||
"description": "tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.\n\nThis forked version adds lots of new enhancements including: alphanumeric sorting, pager callback functons, multiple widgets providing column styling, ui theme application, sticky headers, column filters and resizer, as well as extended documentation with a lot more demos.",
|
"description": "tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.\n\nThis forked version adds lots of new enhancements including: alphanumeric sorting, pager callback functons, multiple widgets providing column styling, ui theme application, sticky headers, column filters and resizer, as well as extended documentation with a lot more demos.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Christian Bach",
|
"name": "Christian Bach",
|
||||||
|
Loading…
Reference in New Issue
Block a user