Tchuba
4628f3ec0d
Add Czech language sorting extension file
7 years ago
Mateusz Maćkowski
284ebf1251
Don't use window variable when instantiating Collator
...
This fixes #350
7 years ago
Allan Jardine
dd92884ce7
Fix: Incorrect example for Turkish sorting plug-in
7 years ago
Vitaliy D
1ad4086c39
Adding support mixed date and string column data
...
Add correct ordreing then date column contains some another strings.
It will be usefull, when date can be null, infinity or empty. Also this is change, move strings (invalid dates) to end of ordering because it right, string date mean something informative and no have end date.
Example:
28.11.2017
Infinitly
22.07.2017
Will be sorted to
22.07.2017
28.11.2017
Infinitly
8 years ago
davidkonrad
6eb084dfc6
Added diacritics-neutralise filter and diacritics-neutralise sort plug-ins
8 years ago
Allan Jardine
2d638d6d8b
any-number & nepali-numbers sorting plugins
...
Merge pull request #248 from davidkonrad/master
8 years ago
Allan Jardine
9618bbfa9f
Update date-de sorting from #296 with -Infinity
8 years ago
Allan Jardine
5e45ca16eb
Merge pull request #296 from vangoo/master
...
Update date-de.js
8 years ago
Thibault34
b51aa60944
Add support dd/mm/YYYY hh:ii
8 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
Allan Jardine
9cfad60781
Merge branch 'master' of github.com:DataTables/Plugins
8 years ago
Allan Jardine
1d042d917c
Fix: Better UMD loader, and replacement error
8 years ago
曹城华
7c6bfd5c05
* When dealing with time span elapsed, it is common to append a post fix
...
* such as d(day), h(hour), m(minute) or s(second) to a string in order to easily denote the brief duration
* of the time span from now. This plug-in allows sorting to take these
* indicates of size into account.
8 years ago
曹城华
2e8488b9e4
When dealing with computer file sizes, it is common to append a post fix
...
such as B, KB, MB or GB to a string in order to easily denote the order of
magnitude of the file size. This plug-in allows sorting to take these
indicates of size into account.
8 years ago
Allan Jardine
3ee05a79c9
New: Absolute sorting plug-in
...
Keeps specific values at the top or bottom of the table when sorting by
that column.
8 years ago
Allan Jardine
815ca8e59d
Fix ordering: natural sort with case insensitive wasn't working
...
- #281
8 years ago
Ryan Johnston
ce1d827984
Add case-insensitive options natural sort plugin. Resolves #281
8 years ago
Allan Jardine
b76ace2d2e
Fix: Natural sorting - numbers with percentage signs to be sorted numerically
...
- Fixes 298
8 years ago
vangoo
61181430c2
Update date-de.js
...
İf date is empty it will be show last i think
8 years ago
Allan Jardine
280402d05e
Sorting: Fix mix of tabs and spaces for datetime-moment plug-in
...
- Also use $.trim for whitespace removal. We've got jQuery, so might as
well use it for compatibility
8 years ago
Allan Jardine
0e201c0016
Merge pull request #292 from milestonetg/momentjs-parse-fix
...
Sorting: Changed datetime-moment to strip out newline characters and surrounding whitespace
8 years ago
Allan Jardine
f55e344856
Merge branch 'master' of github.com:DataTables/Plugins
8 years ago
Allan Jardine
cf2b89baef
New: Plug-ins for sorting and rendering using the Javascript Intl APIs
8 years ago
Ethan Lafrenais
25c4434af1
Changed datetime-moment to strip out newline characters and surrounding whitespace
8 years ago
Grex
d013737d26
fix to sort with seconds
...
Sorting with format dd.mm.YYYY HH:mm:ss has been added
8 years ago
thomasbuckle-uk
74d240ca82
Added new plugin for automatic detection of negative currency
...
Name: brackets-negative
Summary: Detect data of currency type with a leading currency symbol as well at detect two types of negative number formatting
8 years ago
Allan Jardine
0d24e17467
Merge branch 'master' of github.com:DataTables/Plugins
8 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
785cd1ca46
Fix - sorting: Correct loader name for datetime-moment plug-in
8 years ago
Afshin Mehrabani
5432c83e19
updating the blog link
8 years ago
Allan Jardine
ba06cf106a
Merge branch 'master' of github.com:DataTables/Plugins
9 years ago
Allan Jardine
f3d0dfb495
New - sorting: Dynamic enum
...
- The old enum was static, while this makes it easy to customse
9 years ago
Hüseyin Yağlı
428e9349ea
Uppercase and Lowercase letters
...
Updated to differentiate Uppercase and Lowercase letters
9 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
davidkonrad
d51ab642d1
any-number & nepali-numbers sorting plugins
9 years ago
Wesley Ribeiro
9e7942b821
Sorting does not work properly on columns with empty dates inside
...
HTML tags.
9 years ago
Allan Jardine
8d7e8b6a5a
Merge pull request #235 from AnimusMachina/master
...
Sorting - Optional HTML stripping for the natural sorting plug-in
9 years ago
Michael Buehler
2318bc51c1
Added @author tag
9 years ago
Michael Buehler
a73f4bb70b
Use regex for html stripping. Let users choose if they want to strip html or not.
9 years ago
Cyrano
2c70170812
Improve sorting for dates without hours
...
This modification allow to sort dates in formet DD/MM/YYYY as well as
dates in format DD/MM/YYYY HH:II:SS without error « frDatea[1] undefined
» on line 30
9 years ago
Michael Buehler
ad1126dcdc
FIx - removed html from comparison strings
9 years ago
Philippe Vaucher
e5fcf4496f
Fix file-size plugin with string containing spaces
9 years ago
MickeyP
649a0664cf
changed usage to require-friendly amd style
9 years ago
Allan Jardine
e5ea38de87
Sorting - fix syntax error in moment plugin
9 years ago
Allan Jardine
0f8ec6f7de
Sorting: Update moment date / time to strip HTML tags before checking for empty
...
- Update suggested by sporring - thanks!
9 years ago
Allan Jardine
97397c27bb
New - sorting: IPv6 support from Dominique Fournier (dominiquefournier)
...
- Fixes #58
9 years ago
Allan Jardine
ff2e0ed6a5
Fix typo - Addresses DataTables/DataTables #687
9 years ago
xianzai
0237135a5e
add large file size support and remove whitespace before sorting
9 years ago
Samer Halawani
bd90759921
extend special_letters object for all Turkish letters
10 years ago
Allan Jardine
91f1cb79ea
Dev: Remove old index files - they are no longer used on the
...
DataTables.net site.
10 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
fdbee7fdf6
Update - sorting: Add HTML stripping support to the moment plugin
10 years ago
Allan Jardine
dbe9ed3dbf
Update - Sorting: Add `-` as a seperator for eu dates
10 years ago
Rasmey SARETH
baf1ab3435
FIX: Considering the milliseconds for ordering
10 years ago
Allan Jardine
eb06604fdc
Sorting: Date time with moment.js - update to accept null and empty values, which are treated as -Infinity
10 years ago
Allan Jardine
25aa4c8780
New - sorting: "Ultimate" date / time sorting plug-in for DataTables using Moment.JS
10 years ago
Allan Jardine
fc1031d4ff
Use standard jQuery reference name
10 years ago
Allan Jardine
55ad4d15b8
Merge pull request #115 from pennstatephil/master
...
update string date plugin to support short months as well
10 years ago
Phil H
01e56c4e0d
support short months as well
10 years ago
benrwb
345ef8e62f
Return 0 instead of 1, added braces
10 years ago
benrwb
6ccf73dbc5
Handle blank values
10 years ago
Phil H
1ab18ffb9b
add string month year date sort
10 years ago
Allan Jardine
fbc05c74e8
New time sorting plug-in from David Stoneham
10 years ago
BattleMage
8c684c1fc7
Add sorting for dates without time
...
Add type "de_date" to sort columns with just dates without time.
10 years ago
Yuksel
d91bac01f0
Create turkish-string.js
...
Sorting in Javascript for Turkish Characters. This plug-in will replace the special turkish letters (non english characters) and replace in English.
10 years ago
Yuksel
b2d8775a11
Delete turkish-string.js
10 years ago
Yuksel
264f9fd31e
Create turkish-string.js
...
Sorting in Javascript for Turkish Characters. This plug-in will replace the special turkish letters (non english characters) and replace in English.
10 years ago
Allan Jardine
2ba2b09b52
Fix : #54 - Use year as an integer
11 years ago
Philzen
3151bae751
Explicit comparison operator for length
...
This yields more performance on some JavaScript engines as it saves one implicit type cast.
11 years ago
Allan Jardine
d1d839f623
Sorting: formatted numbers - add note about default value
11 years ago
greggg230
6ca8c837a7
Update datetime-us.js
...
Datetime regex matches with PM/Pm/pm, but only takes it into account in calculation if "pm" is provides, causing sorting bugs in certain cases.
11 years ago
Allan Jardine
11bf5d53e5
Consistent styling for date-eu
11 years ago
Robert Sedovšek
6808532e34
Update date-eu.js
11 years ago
Robert Sedovšek
65832cf856
Bug: Plugin used to break on empty strings.
...
Someone reported an issue about this plugin.
I'm publishing a fix here so others can benefit as well.
11 years ago
Allan Jardine
40e2d46e03
Typo - deprecated
11 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
Jeromy French
1d3707ad43
Addresses issue #17 .
12 years ago
Bruno Pierri Galvao
bc9f1f3adc
support for blank space
...
my last commit was missing a paranthesis..
12 years ago
Allan Jardine
d313bf86f2
Merge pull request #7 from netj/num-html-multiline-tags
...
num-html type detect/sorting works with multiline
12 years ago
Jaeho Shin
66089f0557
num-html type detect/sorting works with multiline
...
Improved num-html sorting and type-detection to handle html tags that
span multiple lines.
12 years ago
Allan Jardine
2505b9b6f1
sorting - New US formatted date / time sorting plug-in from Kevin Gravier
12 years ago
Allan Jardine
74567b268a
Fix: Natural sort was leaking variables - 11523
12 years ago
Allan Jardine
3fce2d018c
Better HTML formatting...
13 years ago
Allan Jardine
3beb0b8c69
Add HTML links for the chinese-string sorting plug-in so it will render correctly on DataTables site.
13 years ago
Allan Jardine
59d100961f
Merge pull request #2 from patriklindstrom/chinese-sorting
...
Added Chinese-string sorting plugin
13 years ago
Patrik Lindstrom
ef57f0dc2c
Added Chinese-string sorting plugin
...
chinese-string-asc and chinese-string-desc plugin added. Uses
localeCompare to sort chinese character on radical and stroke order.
See http://www.lcube.se/sorting-chinese-characters-in-javascript/ for
more explainations. Not sure about anchor name and the pre method.
13 years ago
Allan Jardine
fb0586c25e
Fix: Description text for natural sorting and monthYear sorting was incorrect - 10934
13 years ago
Allan Jardine
3af3ee2c1d
Updated to the numeric comma type detection - period allowed for decimal place and negative checking simplified.
...
Note added that the formatted numbers plug-in is preferable now.
13 years ago
Allan Jardine
27c1c7ed96
Fix: Formatted numbers type detection and sorting names didn't quite match
...
Fix: Formatted numbers type detection wasn't allowing just a dash, while the sorting plug-in did - they now both do
13 years ago
Allan Jardine
e2a8c4484d
Add formatting numbers back into the list - in terms of the sorting function it is the same as the currency sort, in that it simply strips all non-numeric data, but there are a number of references to this plug-in so it makes sense to put it back in.
13 years ago
Allan Jardine
6868a03f17
Add anchor tags
13 years ago
Allan Jardine
6e01869b74
Update to use m4
13 years ago
Allan Jardine
6e221d94b9
Add Bootstrap integration files
...
Add index files
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