Rob Garrison
e95a77efe7
Themes: Add column widget support to bootstrap. See #1347
2016-12-30 18:08:32 -06:00
Rob Garrison
1b43b04015
Pager: add data-attribute override on output. See #1348
2016-12-30 16:52:19 -06:00
Rob Garrison
71a4ad925a
Docs: Add page header to output demo. See #1349
2016-12-30 07:57:56 -06:00
Rob Garrison
b54493d0be
Docs: Include jQuery in page header
2016-12-30 07:57:01 -06:00
Rob Garrison
269db13f03
Docs: Add page header to grouping child demo. Fixes #1346
2016-12-30 07:41:13 -06:00
Rob Garrison
74589ee93b
Docs: load storage widget in grouping demo. Fixes #1346
2016-12-30 06:30:12 -06:00
Rob Garrison
3a3b7e9574
Theme: Add group widget css file. See #1346
2016-12-30 06:25:54 -06:00
Rob Garrison
5d620db218
Docs: Add more notes on moving the ipAddress parser. See #1344
2016-12-29 11:25:48 -06:00
Rob Garrison
8738ac3161
Docs: More notes on moving "ipAddress". See #1344
2016-12-29 07:58:55 -06:00
Rob Garrison
7528607eb4
Pager: Restore check for new headers. Fixes #1343
2016-12-29 04:11:20 -06:00
Rob Garrison
6032b121f3
Pager: use option to target inner header
2016-12-16 17:51:05 -06:00
Rob Garrison
744b642bef
Pager: fix rendering of sticky headers after ajax
2016-12-16 17:49:18 -06:00
Rob Garrison
822613ae4f
StickyHeaders: reduce priority below pager widget
...
so it initializes before the pager
2016-12-16 17:20:02 -06:00
Rob Garrison
3165a50ebd
Pager: (widget) make compatible with stickyHeaders. Fixes #1313
...
* Removed all references to stored pager.$goto and pager.$size
* Removed check if header text matches header length - this breaks
when a header row has a "tablesorter-ignoreRow" class name.
* Add stickyHeader container to pager.$container in case the pager
controls are inside the thead
2016-12-16 17:14:40 -06:00
Rob Garrison
1d6a07321a
Readme: update change
2016-12-16 04:35:16 -06:00
Rob Garrison
09e5010be1
version bump
2016-12-16 04:30:38 -06:00
Rob Garrison
e723a74195
Grunt: add version check
2016-12-16 04:30:18 -06:00
Rob Garrison
d2fedb97fb
version bump
2016-12-15 15:43:33 -06:00
Rob Garrison
750a038bfc
Themes: Fix SCSS theme & add demo. See #1332
2016-12-15 07:08:46 -06:00
Rob Garrison
c0628be0a5
Reorder: add style to head
2016-12-15 06:29:21 -06:00
Rob Garrison
8c07fe24bc
Scroller: cleanup from #1338
2016-12-15 06:28:28 -06:00
MAROT Loïc
51e9852de1
Adding style in <HEAD> tag not at the end of file ( #1337 )
...
Remove Audit warning from Chrome.
2016-12-15 05:56:00 -06:00
MAROT Loïc
26aae70367
Adding style in <HEAD> tag not at the end of file ( #1338 )
...
Remove Audit warning from Chrome.
2016-12-15 05:55:41 -06:00
Rob Garrison
2ec5ac80ff
ColumnSelector: revert b9e89d4
, add layoutCustomizer option. See #1335
2016-12-14 15:43:30 -06:00
Rob Garrison
b9e89d4962
ColumnSelector: Include HTML in empty headers. Fixes #1335
2016-12-14 13:00:51 -06:00
Rob Garrison
e5f41c4fdf
ColumnSelector: target header column attr. Fixes #1238
2016-12-13 11:08:17 -06:00
Rob Garrison
8512a2631f
Grunt: add scss to dist folder
2016-12-13 11:06:51 -06:00
Dan Feidt
756a8f228d
theme.less converted to theme.sass ( #1332 )
...
In case people are working from sass instead of less it is easier to work with this.
2016-12-08 16:47:18 -06:00
Rob Garrison
2c501c1f2a
Readme: Add jsDelivr CDN
2016-12-08 16:24:29 -06:00
Rob Garrison
85b8a9e481
version bump
2016-12-08 07:48:07 -06:00
Rob Garrison
e97858c0a7
Core: update dist file. Fixes #1331
2016-12-08 07:46:39 -06:00
Rob Garrison
8ddfe819e1
Docs: Use dist file in sortAppend & sortForce. See #1331
2016-12-08 07:38:43 -06:00
Rob Garrison
300f436ec8
Filter: Fix liveSearch ignoring searchDelay. See #1299
2016-11-28 13:15:56 -06:00
Rob Garrison
96244332f1
Filter: Fix searchDelay & minimum character count. See #1299
2016-11-28 12:59:39 -06:00
Rob Garrison
466c303599
Print: use hasWidget function
2016-11-28 10:59:09 -06:00
Rob Garrison
793a59d83d
ui-theme: use hasWidget function; fixes #1327
2016-11-28 10:58:54 -06:00
Rob Garrison
920dd01baa
Fix lint issues & version bump
2016-11-26 19:40:00 -06:00
Rob Garrison
5a6d0ae3cb
Core: Fix option validator issues
2016-11-26 19:31:42 -06:00
Rob Garrison
95251fd21a
Pager: restore settings on resetToLoadState
. Fixes #1311
2016-11-26 18:44:06 -06:00
Rob Garrison
b093f5af60
Core: maintain original settings on resetToLoadState
2016-11-26 18:43:07 -06:00
Rob Garrison
4ae7ce24d8
Core: Add option validator. Fixes #1319
2016-11-26 11:06:30 -06:00
Rob Garrison
4053331c13
Pager: set ariaDisabled property to stop Edge crash. Fixes #1303
2016-11-26 09:57:00 -06:00
Rob Garrison
12cde473d3
Math: Remove math_prefix
content prior to parsing cell values
2016-11-26 05:25:43 -06:00
Rob Garrison
0686e554d8
Math: Fix prefix/suffic option names & processing. Fixes #1305
2016-11-26 05:25:42 -06:00
Rob Garrison
c83b191d43
Docs: clarify recalculation update method. See #1317
2016-11-26 05:25:37 -06:00
Rob Garrison
800776f602
Docs: Add link to disable thead row example. Fixes #1326
2016-11-25 08:45:33 -06:00
Rob Garrison
f149719022
Core: include extra headers when adding unsorted class. Fixes #1306
2016-11-24 07:36:01 -06:00
Rob Garrison
8c72f40236
Filter: restore filter_searchDelay function. See #1299
2016-11-22 14:29:52 -06:00
Rob Garrison
2e2a133607
Docs: Explain difference between #
and 0
in the math mask. Fixes #1320
2016-11-22 13:56:41 -06:00
Rob Garrison
c26e01764f
Docs: Define a triggered "update". Fixes #1317
2016-11-22 13:39:21 -06:00