Commit Graph

2148 Commits

Author SHA1 Message Date
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
Rob Garrison
b0c643e85c Core: return value from getColumnData if not an object 2016-11-18 04:59:59 -06:00
Rob Garrison
be789c9a54 Docs: add zebra to sort reset demo 2016-11-18 04:56:57 -06:00
Rob Garrison
e5c96b9b18 SortTbodies: add option & docs; see #1312 2016-11-18 04:56:03 -06:00
Chris Rogers
43979d44d9 Tbodysort widget enhancement. (#1312)
* Enhancement/LockTbodyHeader

Added two new variables to hold the lockhead option and the head row class (defined in cssHeader).
If the new widget option 'sortTbody_lockHead' is true, the header row will be moved back to the top of the <tbody> after sorting, this is intended to be used with the 'sortTbody_sortRows' option set to true.
This will allow the <tbody> and it's child rows to be sorted while keeping the header row at the top of the <tbody>.

* The new lockHead option now used the `sortTbody_primaryRow` value instead of the `cssHeader` value.
This means the new widget option can be used out-of-the-box, meaning the user won't need to change any default parameters in the js files.

* Changed setting to test old code.

* Roll back to master version.

* Widget sortTbodies
  - Removed `lockHead` var since it's only used once
  - Ammended `sortEnd` condition
2016-11-17 11:30:28 -06:00
Rob Garrison
f8a205cddc Docs: add notes on sortList overriding sortForce & sortAppend. See #1286 2016-11-07 18:13:35 -06:00
Rob Garrison
25e55e9138 Docs: Add missing colon in css. Fixes #1307 2016-11-05 14:09:26 -05:00
Rob Garrison
974116f8b4 Merge pull request #1301 from babaevmm/patch-1
Update widget-grouping.js
2016-11-04 14:58:05 -05:00
babaevmm
34c48c4cf7 Update widget-grouping.js
//add first() for groping with childRows
				data.$row.first().before( tsg.groupHeaderHTML( c, wo, data ) );

If a group with child rows (tablesorter-childRow), then inserted two headers once- for main row and for child. Add the first() function before before() operation for solve this problem.
2016-10-10 11:58:19 +03:00
Rob Garrison
d73e9513e0 version bump 2016-09-28 21:12:04 -05:00
Rob Garrison
ba5ed93125 Pager: maintain filter focus on custom controls. Fixes #1296 2016-09-28 20:46:13 -05:00
Rob Garrison
114b45e93b Merge pull request #1295 from themilkman/remove_code_duplicate_in_example-widget-filter
Remove code in duplicate example-widget-filter-custom
2016-09-28 15:54:02 -05:00
Erik-B. Ernst
badec35ff3 Remove code in duplicate example-widget-filter-custom 2016-09-28 22:38:55 +02:00
Rob Garrison
0141de062d Readme: Add link to Grav CMS. See #1290 2016-09-25 20:36:48 -05:00
Rob Garrison
7ffa3f2785 Core: minor code cleanup 2016-09-25 20:35:29 -05:00
Rob Garrison
f8d0ba2495 ColumnSelector: updateAll properly updates the popup
See http://stackoverflow.com/q/39669948/145346
2016-09-23 22:45:21 -05:00