Commit Graph

478 Commits

Author SHA1 Message Date
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