Allan Jardine
cc472d53a6
Merge pull request #19 from mattclements/master
...
Fixed CSS Typo for Foundation Integration
12 years ago
Matt Clements
7f1ebd84fc
Fixing CSS Typo
12 years ago
Allan Jardine
9d8562e3c8
Fix description of fnDataUpdate plug-in method.
12 years ago
Allan Jardine
1bc8d6cdcd
Merge pull request #18 from jhfrench/master
...
Added sorting support for "dd-MMM-yyyy" formatted dates
12 years ago
Jeromy French
1d3707ad43
Addresses issue #17 .
12 years ago
Allan Jardine
bc8bd1cbc0
Merge pull request #15 from brunopgalvao/patch-2
...
support for blank space
12 years ago
Bruno Pierri Galvao
bc9f1f3adc
support for blank space
...
my last commit was missing a paranthesis..
12 years ago
Allan Jardine
90fd600aba
Merge pull request #13 from davidkennedy85/master
...
Added support for multiple pagination controls on the same page...
12 years ago
David Kennedy
b945ef47d6
Added support for multiple pagination controls on the same page, which basically changed everything; Removed needless extension of oJUIClasses object; Added oDefaults property to ellipses object so it's clear where defaults are set; Added fnUpdateState property to ellipses object so we can access current state info before fnUpdate is called
12 years ago
Allan Jardine
b0f5a921ab
Merge pull request #11 from davidkennedy85/master
...
Added ellipses.js to pagination folder
12 years ago
David Kennedy
bb0a6140b1
Added ellipses.js to pagination folder
12 years ago
Allan Jardine
e6f7798908
Tamil translation from Sam Arul Raj
12 years ago
Allan Jardine
87ce48af47
Icelandic from Finnur Kolbeinsson
12 years ago
Allan Jardine
46df5ba4bc
Fix: fnReloadAjax's standing redraw was totally broken. Fixed here.
...
- Problem was that fnDraw( false ) was being called, on new data, which
meant that no filtering or sorting was being applied. Need to call
fnDraw() first, and then fnDraw( false ) to reposition the pages. Not
ideal, but works for now.
- Worth noting that `ajax.reload()` will be a method in DT 1.10's API.
12 years ago
Allan Jardine
dd39fb0b29
Slovenian translation update from Andrej Florjančič
12 years ago
Allan Jardine
abf37a562f
FixedColumns for Bootstrap update to support right column fixing
...
- Update from ganchunhow - http://datatables.net/forums/discussion/10869
12 years ago
Allan Jardine
cfd12b992a
Update: Russian and Ukranian translations with `oAria` strings
...
- Translations from 'Vladimir' - thanks!
12 years ago
Allan Jardine
3532b992b6
New: Foundation 4 integration files for DataTables
...
- Simply include the CSS and JS file on the same page as your DataTable
and Foundation files and then initalise your DataTable as per usual:
$('#example').dataTable();
12 years ago
Allan Jardine
7a30e522a7
New: Features directroy for feature plugins which are fairly small
...
New: Length changing feature plug-in, using links in a list rather than
the select drop down list that is built into DataTables.
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
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
...
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
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
...
fnServerData function was call without having DataTable as "this"
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
...
Fix double redraw with fnReloadAjax
12 years ago
DukeAstar
1b1c0518f4
Fix double redraw of all the rows when bStandingRedraw = true
...
If the row draw callback is expensive this double redraw of all rows is awfull.
12 years ago
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