Allan Jardine
addb0eb013
Fix - sorting: Datetime moment was giving an error when used on non-string types
...
https://datatables.net/forums/discussion/comment/185605#Comment_185605
4 years ago
Allan Jardine
b400e641b3
Remove use of deprcated $.trim
4 years ago
Allan Jardine
d260b2282c
Remove use of deprecated $.isArray
4 years ago
K. McCormick
4d4145a96e
Adding type dom-text-numeric type that is mentioned in the manual and plugins but doesn't seem to be in the repo.
4 years ago
Darek L
0024c10eaa
Create novalue.js
5 years ago
kfk
176cf29f13
Fix: turkish-string sort plugin example
5 years ago
Sandy Galloway
0903e9aeda
New Plug in to sort case dependently, prioritising upper case letters before moving on to lower case.
6 years ago
Sandy Galloway
6b59f9e76a
I forgot an appropriate summary tag!
6 years ago
Sandy Galloway
9a3c38d91c
New sorting plug in for numeric sorting within strings.
...
- DD420
6 years ago
Allan Jardine
e5c9311729
Merge pull request #430 from AlexDEVpro/sorting
...
Update datetime-moment plugin. Add a Boolean parameter that allows to…
6 years ago
Alexander
61dfc198c2
Move the parameter to the end of the function.
...
Move the parameter to the end of the function for backward compatibility purposes.
6 years ago
Alex
60362bf3c9
Update datetime-moment plugin. Add a Boolean parameter that allows to invert the order of empty values.
6 years ago
Allan Jardine
38f05007a5
Merge pull request #423 from Woodag/master
...
Repair czech alphabet sorting
6 years ago
Tom Neubert
a152c7c2b4
Repair czech alphabet sorting
6 years ago
BehroozJanfada
abe417e941
farsi-numbers - new plugin to fix sorting issue on columns containing Farsi numbers
6 years ago
PVi1
934ce3a692
added support for ipv4:port sorting
...
Sorts a column containing IP addresses (IPv4 and IPv6) or IPv4 address and port delimited by ':' in typical dot
* notation / colon.
6 years ago
Allan Jardine
86bb873fed
Sorting: Allow the brackets-negative to work with an empty string (i.e. it being 0)
...
Thanks @unclethehornet
6 years ago
Colin Marks
a7d325fb5c
DEV fix because of https://datatables.net/forums/discussion/comment/139690
6 years ago
Olliver Schinagl
67fc59870d
Also search in HTML formed cells
...
IP addresses can easily be hidden in HTML formed cells. For example an
IP that links to the IP via an href.
As such, add the naive and basic, but fast html tag stripper from the
core code.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
6 years ago
Olliver Schinagl
e6a214d9f9
Cleanup pre function
...
Put variable declarations before any actual code to improve readability.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
6 years ago
Allan Jardine
920c7b45c0
Add missing doc block
7 years ago
Allan Jardine
71ba75d2f5
Fix - sorting: Absolute sorting didn't consider the case of the two items being compared both being in the "always" sorting categories.
...
- Thanks to awelch for this fix!
7 years ago
Colin Marks
0050e6c933
New sorting plugin for book chapter numbering
7 years ago
miodragbogdanovic
768b29279b
Update IP field is empty bug
...
@Datatables, you are right, it should be better to use !a, then empty string case is covered as well.
And yes, I'm happy for this to be included under MIT licence.
7 years ago
miodragbogdanovic
b9a6db3ef3
IP address field is empty bug
...
I'm using this plugin, and I'm getting the exception when this field is empty (null). One checking line on the beginning solved this problem for me.
7 years ago
Shodhan
7e8d8d75af
Updated doc
7 years ago
Shodhan
68714b682e
Updating natural-time-detal plugin
...
Added support for decades, years, months, milliseconds and microseconds
7 years ago
Shodhan
e3c6c01d51
Adding plugin for natural time delta sorting
7 years ago
Tchuba
709020a2a6
Rename czech-sorting.js to czech-string.js
7 years ago
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