Allan Jardine
|
d2b32a16eb
|
Fix: Enum plug-in error
|
1 year ago |
Allan Jardine
|
d4842eb445
|
Sorting: Fix for type sorting which weren't on the `type` property
|
2 years ago |
Allan Jardine
|
950f84e173
|
Update: CommonJS loader to support non-execution loading
|
2 years ago |
Allan Jardine
|
44bd7c34bc
|
Fix: Missed jQuery dependency for a lot of plugins
|
2 years ago |
Allan Jardine
|
87bb97dbb4
|
Complete transition to typescript and ESmodule + UMD loader for everything that will be included with the exception of i18n (upcoming)
|
2 years ago |
Oskari Porkka
|
0ff5d1edde
|
Fix enum plugin to be standard compatible
The word `enum` is is a reserved JavaScript word and form
$.fn.dataTable.enum broke at least YuiCompressor minification
|
8 years ago |
Allan Jardine
|
f3d0dfb495
|
New - sorting: Dynamic enum
- The old enum was static, while this makes it easy to customse
|
9 years ago |
Allan Jardine
|
4f29d7fda6
|
Major update to doc comment formatting for new DataTables web-site
Also correct a load of JS errors such as leaking variables and use
consistent formatting.
|
11 years ago |
Allan Jardine
|
6868a03f17
|
Add anchor tags
|
13 years ago |
Allan Jardine
|
2f64691d76
|
Update the sorting functions to take advantage of DataTables 1.9's preformatting option for sorting functions. Smaller code and faster execution - what's not to like!? Although do note that these sorting functions are not compatible with DataTables 1.8 and before (see previous commit if you do need compatiblity with older DataTables).
|
13 years ago |
Allan Jardine
|
0bba914d8b
|
Add sorting methods from the DataTables sorting plug-ins page
Code updated to use $.extend - a bit cleaner
|
13 years ago |