Rob G
|
43d80b64be
|
Merge pull request #711 from camallen/slow_page_number_links
Pager widget - slow table update when there are a large number of page number links
|
2014-09-16 09:45:54 -05:00 |
|
Campbell Allen
|
74163cf8a9
|
remove unused variable max_option_size
|
2014-09-16 08:39:48 +01:00 |
|
Campbell Allen
|
8eb0a6125a
|
extract maxOptionSize to a pager widget configuration option
|
2014-09-16 08:37:28 +01:00 |
|
Campbell Allen
|
66045f5a25
|
add focus page number set around current page number
|
2014-09-16 08:37:28 +01:00 |
|
Campbell Allen
|
3ac996ba60
|
use a sample of page number links for large collections
Large collections will have a large number of page links. The browser slows noticeably when inserting the large page links collection into the DOM.
|
2014-09-16 08:37:27 +01:00 |
|
Mottie
|
08bf513acd
|
version bump
|
2014-09-15 19:44:03 -05:00 |
|
Mottie
|
33b3abe75a
|
Parser: Add duration parser & demo
|
2014-09-15 19:17:11 -05:00 |
|
Mottie
|
839feaa81a
|
Pager: fix widget to be properly applied after page move
|
2014-09-15 15:12:30 -05:00 |
|
Mottie
|
638a434c17
|
Custom pager controls: update version
|
2014-09-12 19:02:11 -05:00 |
|
Mottie
|
3e466e9936
|
Custom pager controls: fix control updates for multiple tables
see http://stackoverflow.com/q/25805547
|
2014-09-12 18:52:37 -05:00 |
|
Mottie
|
fd9598b9ab
|
Filter: filter_defaultFilter will now override exact/partial select filters. See #721
|
2014-09-12 18:25:40 -05:00 |
|
Mottie
|
d4d96e85f1
|
Core: an empty string headerTemplate option will now prevent adding an inner div to the header
|
2014-09-12 11:08:39 -05:00 |
|
Mottie
|
ec019b387c
|
Filter: select will exactly match the selected option unless "filter-match" is set. Fixes #721
|
2014-09-12 11:07:08 -05:00 |
|
Mottie
|
ff16bfd090
|
Filter: ensure initial filter settings get applied
|
2014-09-09 16:23:29 -05:00 |
|
Mottie
|
de68dff8b9
|
Filter: add mutliple separated by spaces (not comma)
|
2014-09-08 20:32:23 -05:00 |
|
Mottie
|
356ee47026
|
Filter: add filter_excludeFilter option
|
2014-09-08 20:27:52 -05:00 |
|
Justin F. Hallett
|
d0ed9d1fa7
|
Switch form focus to focusout, this allows the focus to stay if the cursor leaves the table, though it will commit the change and refocus
|
2014-09-08 16:31:46 -06:00 |
|
Mottie
|
d82f912319
|
Readme: Add related projects section
|
2014-09-08 17:03:26 -05:00 |
|
Mottie
|
2ac4333351
|
Core: Make emptyTo & stringTo settings case insensitive
|
2014-09-08 16:59:34 -05:00 |
|
Mottie
|
0531b3207b
|
Parser: ensure url parser is used by filter widget
|
2014-09-08 07:36:22 -05:00 |
|
Mottie
|
3a461d2293
|
Docs: add emptyTo clarification
|
2014-09-07 09:09:55 -05:00 |
|
Mottie
|
af9f9c4450
|
Parser: Added ignoreArticlesExcept option to ignoreArticles parser
|
2014-09-06 22:30:53 -05:00 |
|
Mottie
|
45e4ef1223
|
Parser select - fix for IE10+ not allowing select options to be clicked
|
2014-09-04 11:44:13 -05:00 |
|
Mottie
|
b5747566e6
|
StickyHeaders: Fix issue so it works with jQuery v1.2.6 again
|
2014-09-03 08:24:08 -05:00 |
|
Mottie
|
f1e32a26fe
|
Editable: Add editable_trimContent option
|
2014-09-02 15:29:28 -05:00 |
|
Mottie
|
3b30cd0cbe
|
Filter: prevent multiple searches during initialization
|
2014-09-02 10:59:04 -05:00 |
|
Mottie
|
3aa474012d
|
Zebra: apply style one row. Fixes #715
|
2014-09-02 09:23:41 -05:00 |
|
Mottie
|
d4a5cc196a
|
Editable: refocus edited element after resort only
|
2014-08-28 16:06:18 -05:00 |
|
Mottie
|
1a83496275
|
Filter: remove console.log
|
2014-08-28 11:58:05 -05:00 |
|
Mottie
|
336d519d07
|
Filter: fix filterDefault issue with using class selectors
|
2014-08-28 11:55:02 -05:00 |
|
Mottie
|
6bec32a44b
|
Filter: defaultFilter now makes happy with spaces in the query. Fixes #704
|
2014-08-28 11:45:26 -05:00 |
|
Mottie
|
b497cfb1a4
|
Filter: add defaultFilter option. Fixes #704
|
2014-08-28 11:26:31 -05:00 |
|
Mottie
|
dbecda238c
|
Editable: trim everything! & revert widget changes
|
2014-08-27 18:06:22 -05:00 |
|
Mottie
|
718257447f
|
Editable: trim everything!
|
2014-08-27 17:36:11 -05:00 |
|
Mottie
|
10215591c2
|
Editable: all text callback parameters are now trimmed
|
2014-08-27 17:26:20 -05:00 |
|
Mottie
|
3bf7700fec
|
Editable: validate function now includes a contenteditable element parameter
|
2014-08-27 15:05:01 -05:00 |
|
Justin F. Hallett
|
a6e8fcc84b
|
Fix extra bracket and space
|
2014-08-27 09:15:52 -06:00 |
|
Mottie
|
3149ca5396
|
Docs: fix setting active accordion from hash script
|
2014-08-26 19:26:39 -05:00 |
|
Mottie
|
988043fb58
|
Core: fix widthFixed option not ignoring info block tbodies
|
2014-08-26 19:25:55 -05:00 |
|
Mottie
|
ebd2edb040
|
Editable: Add editable_wrapContent option
|
2014-08-26 19:24:43 -05:00 |
|
Mottie
|
3a290109ef
|
Editable: Add editable_focus, editable_blur, and editable_selectAll options. See #708
|
2014-08-26 16:19:47 -05:00 |
|
Mottie
|
8ddd3c76f2
|
Editable: update validate function to allow setting it per column
|
2014-08-26 14:23:13 -05:00 |
|
Mottie
|
3013ce278b
|
Editable demo: update demo to use row id instead of index
|
2014-08-26 13:38:02 -05:00 |
|
Mottie
|
1606cca123
|
Editable: autoresort true no longer breaks the table
|
2014-08-26 13:33:56 -05:00 |
|
Mottie
|
7747fa9700
|
Pager: use native javascript to populate & set the goto select. See #711
|
2014-08-25 20:27:40 -05:00 |
|
Mottie
|
346d8cb64b
|
Pager: update cache & rows copy. Fixes #703
|
2014-08-12 10:35:46 -05:00 |
|
Mottie
|
c1ce0768d7
|
version bump
|
2014-08-09 11:30:02 -05:00 |
|
Mottie
|
d26e416c86
|
Docs: fix changelog link
|
2014-08-04 07:59:28 -05:00 |
|
Mottie
|
388f20f072
|
Core: do not detach rows before appending to prevent ajax rows from disappearing. Fixes #701
|
2014-08-04 07:56:43 -05:00 |
|
Mottie
|
d55a99eb4c
|
Filter: external select causing javascript error. Fixes #702
|
2014-08-04 07:38:22 -05:00 |
|