Commit Graph

151 Commits (875522518128a0890f9637446521f9baee9e6882)
 

Author SHA1 Message Date
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
Allan Jardine 66e5f2b06c fnLengthChange documentation comment was wrong
12 years ago
Allan Jardine 3f14545995 Bootstrap integration - add TableTools print styling and the modal class to the information display
12 years ago
Allan Jardine e29eebeaee Add TableTools integration to the Bootstrap integration files
12 years ago
Allan Jardine 9446c388a6 Bootstrap integration update: Use fluid width rows
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
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
13 years ago