Commit Graph

378 Commits

Author SHA1 Message Date
Mottie
5b57f2f2ee Add tabIndex option. Fixes #415 2013-11-13 16:41:20 -06:00
Mottie
c35b7cef9b remove double icon class names 2013-11-13 16:34:30 -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
ce7e0836c0 version bump 2013-11-09 14:30:58 -06: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
3b333d0d9b Remove rows from table when using pager ajax #411 2013-11-08 23:49:55 -06:00
Mottie
e6696b0a1e Fixed initial filter settings when using pager ajax #388 & ajax pager not recognizing column sorting #408 2013-11-08 23:49:30 -06:00
Mottie
8888879582 Filter widget: Split out setDefaults to get initial filter values (pager) 2013-11-08 23:23:28 -06:00
Mottie
bccf080b00 renamed all variables & restructured filter widget 2013-11-08 23:20:14 -06:00
Mottie
954ddeb493 Add caption styling to uitheme widget 2013-11-08 23:14:23 -06:00
Mottie
bf733e0808 fix filter formatter for HTML5 spinner 2013-11-08 02:45:22 -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
4ea59d82dc apply filter class to child rows when pager countChildRows is true. Fixes #396. 2013-11-02 10:52:55 -05:00
Mottie
cb3ee451b8 pager: calculate correct total rows when countChildRows is true 2013-11-01 13:43:18 -05:00
Mottie
deaee241fe filter widget fixes 2013-10-31 10:06:50 -05:00
Mottie
3bf49477d9 removed change event, fixes #400 2013-10-30 17:59:16 -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
4990460d0b allow sorting zero value hex (0x00) 2013-10-30 17:59:06 -05:00
Mottie
dc27ec2986 better formatFloat replace method 2013-10-30 17:59:02 -05:00
Mottie
c186b3024b Ensure resized headers have data stored, or provide a fallback - fixes #394 2013-10-30 17:58:59 -05:00
Mottie
dd921f0fa2 Added file type parser 2013-10-30 17:58:55 -05:00
Mottie
8d37bdecda Added group-separator option 2013-10-30 17:58:52 -05:00
Craig Michael Thompson
2e51abd6c8 Update jquery.tablesorter.widgets-filter-formatter.min.js 2013-10-30 15:49:19 -05:00
Craig Michael Thompson
1dff5bd883 Fix jQuery UI dateFormat conflict
Fixes issue with Dates not being parsed correctly when using a date that new Date() doesn't understand!
2013-10-30 15:49:16 -05:00
Mottie
8310e01197 version bump 2013-10-18 13:38:46 -05:00
Mottie
fdc698c97d replace innerHTML with .html(). Fixes #385. 2013-10-18 11:44:09 -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
6e93d71f9f prevent dividing by zero (pager size) 2013-10-18 07:49:57 -05:00
Mottie
6f35c682a1 Added ipv6 parser & demo 2013-10-17 23:14:18 -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
56cfc6617b added editable_editComplete option naming the event to trigger when the editing has completed updating 2013-10-11 23:07:26 -05:00
Mottie
458669a75d Fixed update issues, see #372 2013-10-11 14:33:31 -05:00
Mottie
ca7124518d version & doc updates 2013-10-10 23:18:33 -05:00
Mottie
2793de57fc Added Bootstrap 3 support. Fixes #365 2013-10-10 17:01:17 -05:00
Mottie
38cbd819d7 filter_reset now bound using delegate to maintain jQuery v1.4.3 compatibility. See #327 2013-10-10 17:01:17 -05:00
Mottie
636ef9c65a Only visible columns will be considered when fixing column widths. Fixes #371 2013-10-10 07:59:40 -05:00
Mottie
4bcf3b9003 Searches now have accents replaced if sortLocalCompare is true. Fixes #357 2013-10-10 07:59:40 -05:00
Mottie
c962a7c20d Keep track of initialized widgets & extending widget options. Fixes #330 2013-10-10 07:59:39 -05:00
Mottie
ab5ceb9e1d Fixed issues with filter_columnFilters set to false. Fixes #355 2013-10-10 07:59:39 -05:00
Mottie
d0adfe288f Filter widget will work properly with sub-tables. Fixes #354 2013-10-10 07:59:38 -05:00
Mottie
29c5bf4a4d updateComplete should now fire properly, after an ansynchronous ajax call. Fixes #343 2013-10-10 07:59:38 -05:00
Mottie
6b7b842c60 Removed natural sorting of dates. Fixes #373 2013-10-10 07:59:37 -05:00
Mottie
12ca586011 All class names used for finding elements have new "empty" default values. Fixes #381 2013-10-10 07:59:37 -05:00
Mottie
d589d3272e add build table widget 2013-10-10 07:59:37 -05:00
Mottie
ecf9693354 column widget code cleanup 2013-10-10 07:59:36 -05:00