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