Commit Graph

2288 Commits

Author SHA1 Message Date
Rob Garrison
5b852eae78 Docs: use src files in filter formatter demo for testing 2017-06-29 22:19:42 -05:00
Rob Garrison
243205c513 Sort2Hash: Compare hash filter 2017-06-25 14:34:31 -05:00
Rob Garrison
56e6e70a76 Sort2Hash: Fix p's 2017-06-25 14:16:56 -05:00
Rob Garrison
1dce1bc2df Meta: include js & css folders with bower installs 2017-06-25 14:08:50 -05:00
Rob Garrison
e1035db5df Docs: update pager widget options in demo code 2017-06-25 13:53:31 -05:00
Rob Garrison
a773ac63ed Sort2Hash: prevent filter update if unchanged 2017-06-25 13:52:56 -05:00
Rob Garrison
3415401d0b Docs: Remove note on contenteditable wrapping. See #1420 2017-06-22 10:39:57 -05:00
LaurentBarbareau
ba6070ab2c CSS fixed to comply with editable_wrapContent : '<div>' 2017-06-21 11:13:29 -05:00
Rob Garrison
d398c91f0f v2.28.14 2017-06-08 19:26:53 -05:00
Rob Garrison
8c6111dda0 Meta: Add authors files 2017-06-08 19:25:37 -05:00
Rob Garrison
5923ef0e0e Pager: use selectorRemove to remove error rows
Removes error rows with dynamically changed class names
2017-06-08 19:10:39 -05:00
Rob Garrison
e12785b92c Pager: apply fixedHeight patch to widget & code cleanup 2017-06-08 19:09:28 -05:00
Rob Garrison
6d486940e4 Merge pull request #1418 from DoctorWhite/patch-1
Height Issues For Certain Browsers
2017-06-08 18:51:32 -05:00
Micah
8b52ba1be4 Create jquery.tablesorter.pager.js 2017-06-08 19:39:38 -04:00
Micah
90b3a9788d Height Issues For Certain Browsers
I added this in my own personal implementation to fix an issue where the pagerSavedHeightSpacer's height was being calculated incorrectly due to it only taking into account the height of tbody and the height of the trs. Another thing in a table that can add height is the User Agent Style Sheet of the browser adding a border-spacing property (which is usually 2px). This property has been accounted for in the following code. If that property does not exist, it will simply do the same calculation it always has.
2017-06-08 15:02:41 -05:00
Rob Garrison
31e2376eb6 Pager (addon): ensure ajax is called after filter widget init. Fixes #1389 2017-06-08 11:32:55 -05:00
Rob Garrison
23c94a726d Core: Show console error for mismatched column count. See #1415 2017-06-07 22:38:57 -05:00
Rob Garrison
8dbd34ece6 v2.28.13 2017-06-02 17:49:41 -05:00
Rob Garrison
02c16c4cf9 Meta: Add package-lock.json 2017-06-02 17:47:05 -05:00
Rob Garrison
086f4ad89c Core: coerce sort natural elements into strings. See #1415 2017-06-02 10:58:36 -05:00
Rob Garrison
bc07c45fa4 StickyHeaders: init with visible headers on partial scroll 2017-06-01 13:32:08 -05:00
Rob Garrison
9d27c66484 StickyHeaders: Fix dynamic updating of offset. Fixes #1412 2017-06-01 13:30:38 -05:00
Rob Garrison
cb420ef7d3 Meta: Set jQuery dependency back to >=1.2.6. Fixes #1411 2017-06-01 11:40:30 -05:00
Rob Garrison
ca16c8c232 Core: Add cssIconDisabled option. See #1409 2017-05-31 14:00:05 -05:00
Rob Garrison
c77d7b2d6e v2.28.12 2017-05-26 15:11:58 -05:00
Rob Garrison
7385ed4bf1 Filter: select searches process filter type, then exactly match
Previously only exact matches were performed by default, filter types
were ignored. This broke the filter + jQuery UI selectmenu demo
2017-05-26 15:06:28 -05:00
Rob Garrison
9a360b62a8 Docs: Update filter selectmenu demo 2017-05-26 15:02:28 -05:00
Rob Garrison
9772c8ae2b Docs: update jQuery UI 2017-05-26 14:28:01 -05:00
Rob Garrison
d4e35fc0f2 Misc: fix linting issues 2017-05-26 13:29:29 -05:00
Rob Garrison
17be0e31ea Filter: return null from filter_selectSource to prevent select updates
From discussion in IRC with @alexweissman
2017-05-26 13:26:36 -05:00
Rob Garrison
d095c63008 ColumnSelector: Don't clear container on updateAll. Fixes #1406 2017-05-25 05:10:33 -05:00
Rob Garrison
e3227a7af0 v2.28.11 2017-05-24 18:53:44 -05:00
Rob Garrison
f76e44d5b3 Meta: update dependencies 2017-05-24 18:50:11 -05:00
Rob Garrison
0bac443942 CssStickyHeaders: Fix in Edge browser 2017-05-24 11:43:28 -05:00
Rob Garrison
2915bf9fda CssStickyHeaders: Fix captioned tables in Safari 2017-05-24 11:43:08 -05:00
Rob Garrison
333fa278ac Filter: liveSearch cleanup 2017-05-23 18:26:14 -05:00
Rob Garrison
265a6d06b6 Filter: trigger liveSearch on blur 2017-05-23 18:21:58 -05:00
Rob Garrison
8e3105bdb6 Columns: initialize after pager widget 2017-05-23 18:06:42 -05:00
Rob Garrison
264181e6a4 Filter: second attempt at #1152 2017-05-23 18:04:23 -05:00
Rob Garrison
0a18019581 Filter: attempt to fix #1152 2017-05-23 17:57:20 -05:00
Rob Garrison
30ee40c33f Pager: ensure ajax is called after filter widget initializes 2017-05-23 13:40:22 -05:00
Rob Garrison
f7a60232a8 Pager: allow ajax processing on init 2017-05-23 11:42:36 -05:00
Rob Garrison
73c93cc9c7 Docs: Reword sortReset method description, see #1404 2017-05-22 06:34:56 -05:00
Rob Garrison
6614fffe77 Parsers: update links to sugarjs/datejs demos 2017-05-22 06:30:43 -05:00
Rob Garrison
7f082fa019 v2.28.10 2017-05-16 15:33:15 -05:00
Rob Garrison
3891baf5a7 Meta: update uglifyJS3 options 2017-05-16 15:31:55 -05:00
Rob Garrison
0c75f5f7d2 Parser: bind & update stickyHeaders checkbox. Fixes #261 2017-05-16 14:18:48 -05:00
Rob Garrison
cbb37f8b3f Core: Add namespace classname to table 2017-05-16 14:15:11 -05:00
Rob Garrison
99398e9dba Meta: Update dependencies 2017-05-12 15:19:04 -05:00
Rob Garrison
c81f8205ee Meta: Clarify use of GPLv2 license. See #1400 2017-05-12 15:14:33 -05:00