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
Mottie
88b5a33b34
remove unnecessary false from return false - see #305
2013-10-10 07:59:36 -05:00
Mottie
b6635c4381
added group-false & shift-click group header to toggle all groups. Fixes #344
2013-10-10 07:59:35 -05:00
Mottie
09aae27676
added group_collapsed option & tweaks for use with the pager addon. Fixes #352 .
2013-10-10 07:59:35 -05:00
Mottie
3323fd92e1
added buildTable script check to core
2013-10-10 07:59:34 -05:00
Mottie
8b23e660e7
cache is now checked properly after delayInit is set true - fixes #346
2013-10-10 07:59:33 -05:00
Mottie
ddff43ee4c
exact matches in filter widget now allows using == (acts the same as a single equal)
2013-10-10 07:59:33 -05:00
Mottie
c1d102c698
general parser formatting & cleaning
2013-10-10 07:59:33 -05:00
Rob G
b561ff4471
Merge pull request #327 from riker09/master
...
Widget option "filter_reset" for dynamically added elements
2013-10-09 19:45:08 -07:00
Rob G
6c82417583
Merge pull request #368 from gknights/master
...
Add row as parameter to the format function calls #367
2013-09-30 08:16:30 -07:00
Rob G
aad89524b1
Merge pull request #338 from lemoinem/fix/fix-jquery-version-comparison
...
jQuery version comparison bug: parseFloat does not see 1.10 > 1.4
2013-09-10 18:50:28 -07:00
gknights
82f4a55191
Add row as parameter to the format function calls #367
...
The JQuery object for the row is passed to the format functions as 5th
argument.
2013-08-30 16:26:06 +01:00
Justin F. Hallett
1d82261a2c
This fixes the 2 date compare as reported in issue 290 after it's close.
2013-08-28 15:01:22 -06:00
Justin F. Hallett
96a8efb4dd
Add user selectable optino for compare to uiDateCompare and html5Number, Issue #325
2013-06-21 09:48:50 -06:00
Mathieu Lemoine
b45ce55f06
Fix: Bug in jquery version comparison: parseFloat does not see 1.10 > 1.4
2013-06-17 11:09:31 -04:00
Justin F. Hallett
74f296adff
Add WidgetOptions -> stickyHeaders_zIndex option, this allows for the user to customize the zIndex of stickyHeaders to suit the needs of their site
2013-06-10 15:37:48 -06:00
Justin F. Hallett
b82d192fc2
Forgot one $.datepicker call
...
Also cleaned up a few lines for consistancy
2013-06-10 09:39:55 -06:00
Justin F. Hallett
262e455663
Not sure why, but this code breaks html5Numeric
...
Just commenting it out for now, I want to figure out why it's actually updating wrong and fix it but rather then releasing something broken till then commenting it out allows things to function again.
2013-06-10 09:32:26 -06:00
Justin F. Hallett
767929411f
User $.datepicker instead to get the selected date as a full string.
2013-06-10 09:30:10 -06:00
Justin F. Hallett
fa3c0dc763
Use outerHeight to get the full Height of the caption
...
Also simplified how often the caption height was used by adding it to sTop
2013-06-10 09:21:55 -06:00
Volker Thiel
9733f794aa
Widget option 'filter_reset' for dynamic content
...
The widget option "filter_reset" only works for elements that are present in the DOM on initialization of the table. Now it works for elements that have been added to the DOM at some later point as well.
2013-06-05 10:31:55 +02:00
Mottie
eb48e66684
Added stickyHeaders_includeCaption; fixes #322
2013-06-04 20:11:05 -05:00
Mottie
e7ebec01ce
Added filter_defaultAttrib option to obtain & set default filter values
2013-06-04 20:02:16 -05:00
Mottie
3c1ccf2061
filter formatter now properly sets default values
2013-06-04 19:58:15 -05:00