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