Mottie
|
e20712dfdc
|
Filter: Update buildSelect function to allow external calls to modify filter select options
|
2014-07-18 13:51:25 -05:00 |
|
Mottie
|
f8a6898168
|
Filter: fix onlyAvail setting causing a js error on init
|
2014-07-18 13:11:05 -05:00 |
|
Mottie
|
28cdec1b60
|
Filter: Make all options show in the current select when onlyAvail is set
|
2014-07-18 11:29:51 -05:00 |
|
Mottie
|
36e5371df7
|
Docs: fix a bunch of minor HTML problems
|
2014-07-17 20:42:01 -05:00 |
|
Mottie
|
f0d04d8b22
|
Resize: addHeaderResizeEvent's table parameter fix for #687
|
2014-07-17 18:28:58 -05:00 |
|
Mottie
|
e861f6c3fc
|
Cleanup & version bump
|
2014-07-17 12:40:11 -05:00 |
|
Mottie
|
a5a793b393
|
Filter: Add formatter requirement to call function when updated. Fixes #668
|
2014-07-17 11:18:07 -05:00 |
|
Mottie
|
9dea6c656e
|
Filter: filterInit delayed to prevent the beloved filter event spam. Fixes #668
|
2014-07-17 07:55:32 -05:00 |
|
Mottie
|
9e1746cc2f
|
Core: ensure widget init function is only called once; and set for hasWidget
|
2014-07-17 07:49:09 -05:00 |
|
Mottie
|
363232173d
|
Docs: Add info about imgAttr setting for image parser
|
2014-07-17 07:28:12 -05:00 |
|
Mottie
|
a0ad313508
|
Filter: parse non-filter type searches
|
2014-07-16 17:30:02 -05:00 |
|
Mottie
|
29d7dd464c
|
Filter: Ensure filter is parsed if column is set to use parsed data
|
2014-07-16 17:19:49 -05:00 |
|
Mottie
|
0782741fb8
|
Filter: ignore change event if input value hasn't changed. Fixes #685
|
2014-07-16 15:11:54 -05:00 |
|
Mottie
|
c9c11a8495
|
Output: update method to allow downloads without modifying htaccess. Fixes #681
|
2014-07-15 21:19:47 -05:00 |
|
Mottie
|
c4cad65dc4
|
Filter: select now obtains parsed data when set for a column. Fixes #684
|
2014-07-15 17:19:05 -05:00 |
|
Mottie
|
e84f2992d4
|
Parser: add select text parser. See #684
|
2014-07-15 17:14:27 -05:00 |
|
Mottie
|
ad7468d5b0
|
Docs: Add custom filter widget search types demo
|
2014-07-15 12:42:21 -05:00 |
|
Mottie
|
4c958da495
|
Filter: make config.filteredRows count available @ filterInit event. Fixes #670
|
2014-07-15 12:42:21 -05:00 |
|
Mottie
|
e0ecda6423
|
Core: add config.table variable
|
2014-07-15 12:42:20 -05:00 |
|
Mottie
|
ed5a86ffad
|
Core: update config.totalRows variable before initialization. Fixes #670
|
2014-07-15 12:42:10 -05:00 |
|
Mottie
|
26493ec8bc
|
Parsers: Add image alt parser
|
2014-07-11 15:01:27 -05:00 |
|
Mottie
|
4f29e36f12
|
Filter: force cache build on initial search when delayInit true. Fixes #678
|
2014-07-11 15:01:26 -05:00 |
|
Mottie
|
4ef7bcd5a8
|
Pager: initialize without building cache when delayInit true. Fixes #678
|
2014-07-11 15:01:20 -05:00 |
|
Mottie
|
98d47ff3bb
|
Parser: update input/select elements binding
|
2014-07-08 21:27:22 -05:00 |
|
Mottie
|
24d1865df4
|
Resizable: remove unused grip code
|
2014-07-08 21:13:56 -05:00 |
|
Mottie
|
6de1009af8
|
version bump
|
2014-07-04 07:36:50 -05:00 |
|
Mottie
|
5d598390ae
|
Docs: Add notes & examples about binding to init events
|
2014-07-04 07:02:54 -05:00 |
|
Mottie
|
10b0f4e7f2
|
Resizable: add resizable_throttle option to throttle mousemove event. Fixes #662
|
2014-07-03 23:04:15 -05:00 |
|
Mottie
|
b83f67a965
|
UITheme: non-existent column no longer causes js error. Fixes #672
|
2014-07-03 22:12:09 -05:00 |
|
Mottie
|
0688fcfcf8
|
Docs: show more event parameters & add missing initialized callback function
|
2014-07-03 17:52:10 -05:00 |
|
Mottie
|
de3e721ecb
|
Core: add $.tablesorter.hasWidget() function
also updating docs for accessing config.totalRows & config.filteredRows
|
2014-07-03 13:33:36 -05:00 |
|
Mottie
|
f7b9619b2f
|
Pager widget: ensure pagerComplete event fires on init
|
2014-07-03 13:17:09 -05:00 |
|
Mottie
|
adbfe83edf
|
Filter: filterInit & filterEnd events now pass config as a parameter
|
2014-07-03 11:47:58 -05:00 |
|
Mottie
|
2a835930e4
|
Core/Filter/Pager: Add config.totalPages & modify filterEnd variable to include it. See #670
|
2014-07-03 10:59:48 -05:00 |
|
Mottie
|
baac4d94f4
|
Filter: Fix change/search event being ignored for filterFormatter & selects
|
2014-07-03 10:31:20 -05:00 |
|
Mottie
|
8c7d8f0220
|
Docs: update config.filteredRows code example for use with pager
|
2014-07-03 09:44:42 -05:00 |
|
Mottie
|
21492fe960
|
Pager: update c.filteredRows when using ajax. Fixes #670
|
2014-07-03 09:32:27 -05:00 |
|
Mottie
|
7e36b9553b
|
Filter: Add internal filteredRows variable. Fixes #670
|
2014-07-03 07:56:28 -05:00 |
|
Mottie
|
3cebfb6462
|
Docs: add note about changes to resizable widget
|
2014-07-03 07:56:15 -05:00 |
|
Mottie
|
7be358f50c
|
Resizable: bind mousemove to document instead of table header. Fixes #665
make the resizable consistent with other resizers as it is what end users are expecting
|
2014-07-03 07:02:32 -05:00 |
|
Mottie
|
2476c3bb79
|
Filter: include any column filter in determination to search filtered rows. Fixes #669
|
2014-07-03 06:10:13 -05:00 |
|
Mottie
|
d34d951b93
|
Filter: filter_initialized flag now gets set appropriately. Fixes #668
|
2014-07-02 23:18:49 -05:00 |
|
Mottie
|
6ece2fe6b4
|
Pager: filtered rows now equals total rows when ajaxProcessing returns an array. Fixes #667
|
2014-07-02 15:43:15 -05:00 |
|
Mottie
|
0b380ad323
|
Filter: add filter_searchFiltered option to allow disabling the search of already filtered rows
|
2014-06-30 23:07:12 -05:00 |
|
Mottie
|
197af4fc31
|
version bump
|
2014-06-28 23:04:50 -05:00 |
|
Mottie
|
0ef9612fdb
|
Add roman numeral parser
|
2014-06-28 22:29:28 -05:00 |
|
Mottie
|
c3ebbe4cec
|
Demo: change to jQuery UI Cupertino theme
|
2014-06-28 21:19:04 -05:00 |
|
Mottie
|
e2a5b1a57f
|
Demo: update to latest Bootstrap & jQuery UI
|
2014-06-26 15:51:29 -05:00 |
|
Mottie
|
3b4cd54c61
|
Scroller: add scroller_upAfterSort option. Fixes #660
|
2014-06-26 12:09:59 -05:00 |
|
Mottie
|
20938f9bf9
|
Pager widget: change goto (reserved word) to gotoPage & doc updates. Fixes #657
|
2014-06-23 15:36:50 -05:00 |
|