Commit Graph

148 Commits

Author SHA1 Message Date
Mottie
2e92c3b3c1 Merge branch 'Infeligo-dev-delay-init-example' into working 2014-02-20 17:13:27 -06:00
Mottie
eae07aef31 Complete merge of delayInit demo 2014-02-20 17:13:03 -06:00
Mottie
1085363b8d doc updates 2014-02-20 17:04:13 -06:00
Mihhail Verhovtsov
3785c87cba Added demo for delayInit option 2014-02-20 09:43:44 +02:00
Mottie
73c8f659cc Filter widget: Use new parser "parsed" parameter 2014-02-19 04:33:53 -06:00
Mottie
cb40882acc Add showError function. Fixes #486 2014-02-11 00:13:40 -06:00
Mottie
396952b57a Add filter_hideEmpty; Correct pager & widget updating. Fixes #450.
When all rows are removed from the table, ensure widgets are applied
(including refreshing the filter search), and ensure the pager display
updates. Add filter_hideEmpty option to allow setting hiding the filter
row when the table doesn't contain any tbody rows.
2014-02-11 00:09:49 -06:00
Mottie
5d4955aef8 Add API section; update docs, accordion & dates
Add tablesorter API section to docs. Make assorted corrections to docs &
cleanup. Update & consolidate jQuery UI accordion code. Updated some
scripts to use the correct version number (v2.15, not v2.14.6).
2014-02-10 23:55:42 -06:00
James Reynolds
a332cadba6 docs for custom storage 2014-01-16 13:12:54 -05:00
Mottie
6d379a78b4 Filter widget: filter_cssFilter can now contain an array of class names to apply 2013-12-20 00:36:44 -06:00
Mottie
c4dceff34e Ensure updateRow & not update is triggered. See issue #217 2013-12-19 11:36:41 -06:00
Mottie
32f1c062d8 Group widget + pager now works properly. See #437 2013-12-18 00:34:22 -06:00
Mottie
33946d4e3e cssStickyHeader widget: add z-index option. Fixes #466. 2013-12-17 17:47:17 -06:00
Mottie
d1ed97a59f Add column selector widget. Fixes #318. 2013-12-17 17:39:39 -06:00
Mottie
82d467ad88 Fix & document inconsistencies in pager triggered event parameters 2013-12-15 05:41:48 -06:00
Mottie
161c2ad99d Add pager processAjaxOnInit option. Fixes #424 2013-12-15 05:07:22 -06:00
Mottie
bada08ef64 fix docs permalink 2013-12-11 13:29:52 -06:00
Mottie
0dc7fded50 Add stickyHeaders_attachTo widget option. Fixes #295 & #314 2013-12-08 14:52:13 -06:00
Mottie
196729829e Add cssStickyHeaders_attachTo widget option. Fixes #453 2013-12-08 14:02:02 -06:00
Mottie
66ec824691 Add semantic version sorting demo. Fixes #395. 2013-12-02 13:25:29 -06:00
Mottie
79bc1be5a5 Complete merge & cleanup #434 2013-11-26 13:40:59 -06:00
Mottie
78600307de Add css sticky header widget (beta). See issue #429 2013-11-25 06:59:30 -06:00
Mottie
6895d5e1f7 Add link to search instructions & FAQ info 2013-11-22 19:00:52 -06:00
Mottie
f68b3898c0 more search menu tweaks & version bump 2013-11-19 22:21:16 -06:00
Mottie
c5a7109f2a Modified sorting algorithms; Add sortStable. Fixes #419.
Moved empty cell coding back inside of sort functions; fixes
multi-column sorting with empty cells.
2013-11-19 14:03:34 -06:00
Mottie
dfd7b7cea0 Improved doc search menu; works with IE 2013-11-19 14:00:05 -06:00
Mottie
8259f6fc7d Add filter external input demo & documentation tweaks 2013-11-16 16:04:00 -06:00
Mottie
823769a6fd Main doc styling changes & searching tweaks 2013-11-16 13:16:04 -06:00
Mottie
af0a142948 Add filter_saveFilters option. See #388 2013-11-16 12:58:59 -06:00
Mottie
0d1d3d249c Add searching to main document page 2013-11-16 01:01:26 -06:00
Mottie
a59c7f46b9 Added pager options that have been removed. See issue #416 2013-11-14 09:40:48 -06:00
Mottie
cfcf0efe0c docs update 2013-11-13 20:11:23 -06:00
Hugot Maxime
9923be2be9 Add new exemple with grouping widget + filter widget + childrow widget
Exclude group-header class in filter widget
Exclude cssChildRow class in grouping widget
Change calculation of colspan in grouping widget
Add !important for group-hidden class
2013-11-12 00:50:00 +01:00
Mottie
016b737cc1 Added filter_anyMatch option 2013-11-09 13:52:52 -06:00
Mottie
640057842d Added filter widget fuzzy search 2013-11-09 09:07:57 -06:00
Mottie
954ddeb493 Add caption styling to uitheme widget 2013-11-08 23:14:23 -06:00
Mottie
b312c707c3 theme & demo updates 2013-11-08 02:43:57 -06:00
Mottie
774192bf35 version bump 2013-11-02 11:05:27 -05:00
Mottie
cd365b38b5 editable widget now works in IE if cell contains a div or span. Fixes #404. 2013-11-02 10:54:11 -05:00
Mottie
ba7b0f3a40 doc updates 2013-10-30 19:11:33 -05:00
Mottie
d7c8a163ef updated readme & docs 2013-10-30 18:29:54 -05:00
Mottie
1cc8b0da33 version bump 2013-10-30 17:59:13 -05:00
Mottie
c170dc6669 Added pager countChildRows option. See issue #396 2013-10-30 17:59:09 -05:00
Mottie
dd921f0fa2 Added file type parser 2013-10-30 17:58:55 -05:00
Mottie
340fdf0138 Added fixedUrl option for use with the widget storage function. Fixes #389. 2013-10-18 11:40:39 -05:00
Mottie
a33619a4fd Added group_callback & group_complete to grouping widget 2013-10-18 11:19:30 -05:00
Mottie
ff07d94a7d Added numberSorter option; Modified textSorter option to be set per column 2013-10-17 23:14:17 -05:00
Mottie
c4f10de366 Added pager widget, pager cleanup & filter widget tweaks for ajax. Fixes #388 2013-10-17 23:14:17 -05:00
Mottie
ca7124518d version & doc updates 2013-10-10 23:18:33 -05:00
Mottie
653c2a562c added "stickyHeader_zIndex" docs. Fixes #332 2013-10-10 07:59:39 -05:00