Allan Jardine
7559395ec7
Merge pull request #3 from JasonPunyon/master
...
Fix Non Scrolling Bug in Firefox / IE
12 years ago
Jason Punyon
d8a4fba165
Fix non scrolling bug with Fixed Columns
...
Fix error I reported in
http://datatables.net/forums/discussion/comment/37284#Comment_37284
12 years ago
Allan Jardine
f8e812abcc
Update for Spanish translation from Giovanni Ariza
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
3c8e04834c
Merge branch 'master' of github.com:DataTables/Plugins
13 years ago
Allan Jardine
fb0586c25e
Fix: Description text for natural sorting and monthYear sorting was incorrect - 10934
13 years ago
Allan Jardine
4fa13b214e
Merge pull request #1 from kristk/patch-1
...
Updated to match the latest changes in the English language file
13 years ago
Kristoffer Karlström
d210f36199
Updated to match the latest changes in the English language file
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
8eb593c99f
Fix: Bootstrap integration with FixedColumns - need background colour on the header elements
13 years ago
Allan Jardine
85365ef882
Fix: Improvements for bootstrap integration with Scrolling
...
New: Add FixedColumns support to the Bootstrap integration
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
cb7b8ac3bb
Fix: fnFilterAll was a bit dodgy - 10670.
13 years ago
Allan Jardine
21426cf411
Update the English "translation" with the very latest parameters from DataTables to serve as a base
13 years ago
Allan Jardine
387e6bb910
Japanese translation from yusuke
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
8fc0f66cfb
Modify the button size slightly
13 years ago
Allan Jardine
2b0a6f259c
Update Bootstrap integration for TableTools to be more complete - specifically in this case to take into account row selection
13 years ago
Allan Jardine
b80be9413b
Fix - btn class should not be removed when switching between disabled and enabled states for TableTools buttons
13 years ago
Allan Jardine
5db3b46e8e
Fix var error in fnSetFilteringDelay - just a warning, but good to tidy up
13 years ago
Allan Jardine
064cc451a0
Fix typo in jQuery for fnGetColumnData
13 years ago
Allan Jardine
7ae25e7d8d
Update to current type detection - Nuno Gomes points out that European convention is not always to have the € first - you can have it at the end etc. As such, rewrite this plug-in to be a lot more lenient as to how it detects currency. Also use a regex rather than looping over the characters externally, and cope with non-string data.
13 years ago
Allan Jardine
29be7c6fb7
Currency detection update form Nuno Gomes - make addition of extra symbols easier - add euro
13 years ago
Allan Jardine
66e5f2b06c
fnLengthChange documentation comment was wrong
13 years ago
Allan Jardine
3f14545995
Bootstrap integration - add TableTools print styling and the modal class to the information display
13 years ago
Allan Jardine
e29eebeaee
Add TableTools integration to the Bootstrap integration files
13 years ago
Allan Jardine
9446c388a6
Bootstrap integration update: Use fluid width rows
...
Bootstrap integration update: Add the sorting images for the header sorting options. We can't use the Bootstrap icons because we need additional HTML for that (an <I> tag), but DataTables 1.10 (or possibly 1.11) will add a good deal of functionality in that regard.
13 years ago
Allan Jardine
a8495242cc
Update index files for m4
13 years ago
Allan Jardine
6868a03f17
Add anchor tags
13 years ago
Allan Jardine
6e01869b74
Update to use m4
13 years ago
Allan Jardine
cfd2da48b2
Update readme file
13 years ago
Allan Jardine
6e221d94b9
Add Bootstrap integration files
...
Add index files
13 years ago
Allan Jardine
391d7b7516
Add translations from web-site
13 years ago
Allan Jardine
fcabab93da
Add filtering functions
13 years ago
Allan Jardine
fa79071454
Add API methods from DataTables plug-ins page (dropping the ones which are now provided for by the built in methods (mainly $ and _). Some examples still needed and possibly summaries
13 years ago
Allan Jardine
6ea7a6ce12
Add string check - 10142
13 years ago
Allan Jardine
0a50d8c003
dd type detection and pagination plug-ins form the DataTables plug-ins pages
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
Allan Jardine
7d26f1a918
Initial commit
13 years ago