Allan Jardine
dd1f8fe61f
Merge pull request #70 from Miosss/newPL
...
Added missing Polish (PL) translations.
11 years ago
Miosss
9b5931582d
Added missing Polish (PL) translations.
11 years ago
Allan Jardine
bbdf40a29a
Fix #66 : Correct documentation for page.jumpToData
11 years ago
Allan Jardine
1e1d517aa4
Merge pull request #65 from marciosouzajunior/patch-1
...
Update Portuguese-Brasil.lang
11 years ago
Márcio Souza Júnior
54c261aa84
Update Portuguese-Brasil.lang
11 years ago
Allan Jardine
b644af9c80
Fix: average() API plug-in was one short in its data count.
11 years ago
Allan Jardine
a6276c14ab
Merge pull request #60 from irfanevrens/patch-1
...
px is not required.
11 years ago
İrfan Evrens
53c5758ecc
px is not required.
11 years ago
Allan Jardine
be7019ee38
Add MIT license header to the font awesome integraiton file
11 years ago
Allan Jardine
e0f9c0574c
Merge pull request #59 from SneakyBobito/master
...
Cleaning extstyle pagination plugin
11 years ago
Allan Jardine
4ba768f637
Merge branch 'master' of github.com:DataTables/Plugins
11 years ago
Allan Jardine
08b140443f
Integration - Font Awesome
...
Use Font Awesome to provide the sorting arrows in the header of the
table and directional arrows in the pagination element
11 years ago
Allan Jardine
c0d97b6da7
Bootstrap integration - add processing element information display
11 years ago
Soufiane Ghzal
dfe092f57d
Cleaning extstyle pagination plugin
...
All were buggy with serverside table.
Also made it more consistant
11 years ago
Allan Jardine
6caf2feedb
Merge pull request #57 from dlugos/master
...
Update Slovak.lang
11 years ago
Ivan Dlugos
c6e6366db4
Update Slovak.lang
...
Synced with current english.lang (added missing translations and normalized some of existing)
11 years ago
Allan Jardine
8c797a5854
Fix: Clear button in search box wasn't clearing the filter
11 years ago
Allan Jardine
2ba2b09b52
Fix : #54 - Use year as an integer
11 years ago
Allan Jardine
28e7751dbe
Integration - bootstrap: Better support for table-bordered
...
* Bootstrap has changed how it styles its borders to use
border-collapse:collapse, which is unfortunate sas it makes
column width calculations to align columns in scrolling tables simply
impossible. We need to add styles to make sure the borders are
separate but look collapsed.
11 years ago
Allan Jardine
79df6d4423
Merge pull request #53 from althaus/patch-1
...
Typo fixed in German i18n file
11 years ago
Matthias Althaus
d3b5fea88f
Typo fixed
...
Removed a doubled space.
11 years ago
Allan Jardine
3118a2e340
Update credit for Afrikaans language
11 years ago
Allan Jardine
7301ae19a9
New Afrikaans from "Gill"
11 years ago
Allan Jardine
e942118178
Update jQuery UI integration
...
- Fix error on span sorting class being applied to all span elements in
the header cell
- Fix possible sort classes not working
11 years ago
Allan Jardine
019769d2d2
Merge pull request #49 from Philzen/patch-1
...
Explicit comparison operator for length
11 years ago
Philzen
3151bae751
Explicit comparison operator for length
...
This yields more performance on some JavaScript engines as it saves one implicit type cast.
11 years ago
Allan Jardine
d1d839f623
Sorting: formatted numbers - add note about default value
11 years ago
Allan Jardine
cc9859f1f9
Merge pull request #48 from greggg230/patch-1
...
Update datetime-us.js
11 years ago
greggg230
6ca8c837a7
Update datetime-us.js
...
Datetime regex matches with PM/Pm/pm, but only takes it into account in calculation if "pm" is provides, causing sorting bugs in certain cases.
11 years ago
Allan Jardine
5f255273de
jQuery UI integration: TableTools styling
11 years ago
Allan Jardine
dd06614889
Rewrite of Portuguese (Brazilian) translation from Julio Cesar Viana Palma
11 years ago
Allan Jardine
11bf5d53e5
Consistent styling for date-eu
11 years ago
Allan Jardine
3707584eb2
Merge pull request #44 from sedovsek/patch-1
...
Bug: Plugin used to break on empty strings.
11 years ago
Robert Sedovšek
6808532e34
Update date-eu.js
11 years ago
Robert Sedovšek
65832cf856
Bug: Plugin used to break on empty strings.
...
Someone reported an issue about this plugin.
I'm publishing a fix here so others can benefit as well.
11 years ago
Allan Jardine
ba70c554b1
Merge pull request #43 from Heart1010/patch-1
...
Update German.lang
11 years ago
Heart1010
418593ec83
Update German.lang
11 years ago
Allan Jardine
0c57ab0144
Updated from `Heart1010` to correct German translation
11 years ago
Allan Jardine
807c4bd2fb
Update Croatian language file with changes from _hrvoj3e_
11 years ago
Allan Jardine
8755225181
Merge pull request #40 from silence150/master
...
Corrected thousands delimiter for Swedish
11 years ago
Josef Ottosson
ac2210847b
Corrected thousands delimiter for Swedish
11 years ago
Allan Jardine
505bef35b5
Fix: Correct documentation for the fnGetTds 1.10 eqiv. method
11 years ago
Allan Jardine
46bb6b9deb
Fix: Add padding to header in bootstrap for the sort icons to go into
11 years ago
Allan Jardine
2cf85d1ccd
Update: Update the header renderer for the DataTables 1.10 updated
...
parameter list
11 years ago
Allan Jardine
f3e99a6c02
Update fnFindCellRowNodes.js and fnFindCellRowIndexes.js to work with
...
objects
- Based on the discussion here:
http://datatables.net/forums/discussion/19044
- Use fnGetData to get the data for a cell, regardless of data source
11 years ago
Allan Jardine
40e2d46e03
Typo - deprecated
11 years ago
Allan Jardine
4df671ed24
Update doc comments for new web-site
...
Fix a number of errors such as leaking variables and code style
11 years ago
Allan Jardine
4f29d7fda6
Major update to doc comment formatting for new DataTables web-site
...
Also correct a load of JS errors such as leaking variables and use
consistent formatting.
11 years ago
Allan Jardine
0ab60d10ee
Remove bootstrap paging - this is performed by the Bootstrap integration
...
and there is no point in maintining two files
11 years ago
Allan Jardine
02d801764c
API: average() and sum() methods for DT1.10
11 years ago