Commit Graph

617 Commits (2ccf40e0db3f3c214c565bf0fa059ce34a6b201f)
 

Author SHA1 Message Date
Allan Jardine 7a30e522a7 New: Features directroy for feature plugins which are fairly small
12 years ago
Allan Jardine d313bf86f2 Merge pull request #7 from netj/num-html-multiline-tags
12 years ago
Allan Jardine cc6a6f2d9a Spanish translation update from Roberto Poo
12 years ago
Allan Jardine 8d148710fb Pagination: Update bootstrap integration for fix in fnPagingInfo
12 years ago
Allan Jardine 38fa052444 api - fnPagingInfo.js plug-in didn't correctly handle -1 page length
12 years ago
Jaeho Shin 66089f0557 num-html type detect/sorting works with multiline
12 years ago
Allan Jardine 2505b9b6f1 sorting - New US formatted date / time sorting plug-in from Kevin Gravier
12 years ago
Allan Jardine 7ee143b068 i18n:Albanian - Albanian translation from Besnik Belegu
12 years ago
Allan Jardine da04311c95 integration:bootstrap - Fix leaking global - 12739
12 years ago
Allan Jardine 054131d7b0 lang: Update for Italian translation from Giulio Quaresima
12 years ago
Allan Jardine cf84495beb jPaginator integration from Ernani Azevedo :-)
12 years ago
Allan Jardine 0cadaeaac4 i18n: Spainsh update from Aristobulo Gomez
12 years ago
Allan Jardine 9556be3b19 Fix: TableTools withdrop down menu needs flash items to be positioned over the buttons - 11885
12 years ago
Allan Jardine 7ccb67c2ae Azerbaijan translation from H.Huseyn
12 years ago
Allan Jardine 74567b268a Fix: Natural sort was leaking variables - 11523
12 years ago
Allan Jardine 3950436527 Bootstrap: Update for Twitter Bootstrap 2.1 - need to use absolute pixel size rather than a relative one in the buttons
12 years ago
Allan Jardine 6dff9570f7 Update for fnReloadAjax to have it work, inthe most basic sense, with server-side processing
12 years ago
Allan Jardine e490f6a555 Merge branch 'master' of github.com:DataTables/Plugins
12 years ago
Allan Jardine 2955bc5392 Update French language with changes from Amandine.
12 years ago
Allan Jardine a71dbb15b6 Merge pull request #5 from DukeAstar/master
12 years ago
Allan Jardine 6493480095 Add brackets to keep DataTables style formatting.
12 years ago
DukeAstar 1fe1331c0f fnServerData function was call without having DataTable as "this"
12 years ago
Allan Jardine f27c69a2aa Merge pull request #4 from DukeAstar/master
12 years ago
DukeAstar 1b1c0518f4 Fix double redraw of all the rows when bStandingRedraw = true
12 years ago
Allan Jardine 7559395ec7 Merge pull request #3 from JasonPunyon/master
12 years ago
Jason Punyon d8a4fba165 Fix non scrolling bug with Fixed Columns
12 years ago
Allan Jardine f8e812abcc Update for Spanish translation from Giovanni Ariza
12 years ago
Allan Jardine 3fce2d018c Better HTML formatting...
12 years ago
Allan Jardine 3beb0b8c69 Add HTML links for the chinese-string sorting plug-in so it will render correctly on DataTables site.
12 years ago
Allan Jardine 59d100961f Merge pull request #2 from patriklindstrom/chinese-sorting
12 years ago
Patrik Lindstrom ef57f0dc2c Added Chinese-string sorting plugin
12 years ago
Allan Jardine 3c8e04834c Merge branch 'master' of github.com:DataTables/Plugins
12 years ago
Allan Jardine fb0586c25e Fix: Description text for natural sorting and monthYear sorting was incorrect - 10934
12 years ago
Allan Jardine 4fa13b214e Merge pull request #1 from kristk/patch-1
12 years ago
Kristoffer Karlström d210f36199 Updated to match the latest changes in the English language file
12 years ago
Allan Jardine 3af3ee2c1d Updated to the numeric comma type detection - period allowed for decimal place and negative checking simplified.
12 years ago
Allan Jardine 8eb593c99f Fix: Bootstrap integration with FixedColumns - need background colour on the header elements
12 years ago
Allan Jardine 85365ef882 Fix: Improvements for bootstrap integration with Scrolling
12 years ago
Allan Jardine 27c1c7ed96 Fix: Formatted numbers type detection and sorting names didn't quite match
12 years ago
Allan Jardine cb7b8ac3bb Fix: fnFilterAll was a bit dodgy - 10670.
12 years ago
Allan Jardine 21426cf411 Update the English "translation" with the very latest parameters from DataTables to serve as a base
12 years ago
Allan Jardine 387e6bb910 Japanese translation from yusuke
12 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.
12 years ago
Allan Jardine 8fc0f66cfb Modify the button size slightly
12 years ago
Allan Jardine 2b0a6f259c Update Bootstrap integration for TableTools to be more complete - specifically in this case to take into account row selection
12 years ago
Allan Jardine b80be9413b Fix - btn class should not be removed when switching between disabled and enabled states for TableTools buttons
12 years ago
Allan Jardine 5db3b46e8e Fix var error in fnSetFilteringDelay - just a warning, but good to tidy up
12 years ago
Allan Jardine 064cc451a0 Fix typo in jQuery for fnGetColumnData
12 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.
12 years ago
Allan Jardine 29be7c6fb7 Currency detection update form Nuno Gomes - make addition of extra symbols easier - add euro
12 years ago