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 |
Allan Jardine
|
234b470892
|
Allow file size plugin to work with empty strings
Fix #521
|
4 years ago |
Mirko Arena
|
e324692782
|
Fixes #322 adding new bytes option for humanize js package
Signed-off-by: Mirko Arena <mirko.arena@gmail.com>
|
8 years ago |
Víctor Sánchez
|
dbd55a006b
|
Added new multipliers in order to include *bibyte units during sorting
|
9 years ago |
Alexander
|
a51940723b
|
Fix exception when data field is empty
Treat empty fields (empty data variable) as '-1' digit.
While sorting put this fields to the end/beginning.
|
9 years ago |
Philippe Vaucher
|
e5fcf4496f
|
Fix file-size plugin with string containing spaces
|
9 years ago |
xianzai
|
0237135a5e
|
add large file size support and remove whitespace before sorting
|
9 years ago |
Allan Jardine
|
9c2e407535
|
Rewrite file size sorting and type detection plug-ins to use 1.10 style
and updated code
|
10 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 |