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
Allan Jardine
1f9595d4a9
Fix #37 - Scrolling tables incorrectly had margin between the component
...
tables for Bootstrap and Foundation integration
11 years ago
Allan Jardine
faf4f3126f
Merge branch 'master' of github.com:DataTables/Plugins
11 years ago
Allan Jardine
34eec35704
Update fnGetHiddenNodes to be compatible with 1.10
11 years ago
Allan Jardine
95ec40f166
Correct fnGetTd name
11 years ago
Allan Jardine
fcd3b3cf0d
jQuery UI ThemeRoller integration
...
- DataTables has its bJQueryUI / jQueryUI option which will
automatically enable jQuery styling options which are built into
DataTables, however this option is depricated in 1.10 and will be
removed in 1.11 to keep all integrations independent of the core (i.e.
jQuery UI will be just the same as Bootstrap, Foundation and others).
- As a result of jQueryUI option being removed in 1.11 and depricated in
1.10 I want people to be able to use the new method of doing things
immediately, rather than needing to rely upon a depricated option.
This files provide the integration needed for jQuery UI
11 years ago
Allan Jardine
45c45f9b41
Bootstrap + Foundation integraiton update for DataTables 1.10
...
- Add a pageButton renderer to the foundation integration script
- Add foundation example HTML page (links need to be updated)
- Correct errors in Bootstrap integration for ellispsis click and page
title
11 years ago
Allan Jardine
8c95e4ad14
Bootstrap 3 - update renderer to use DT public API for the page change rather
...
than the private API
11 years ago
Allan Jardine
7a9d5b573f
Bootstrap 3 - Pagination renderer for DataTables 1.10.
...
- 1.10 now uses 'renderers' for the header cells and pagination buttons,
so the core logic, of what to display (i.e. what pagination buttons)
can remain in DataTables core, and `paginationType` can be applied to
any buttons. How those buttons are displayed is up to the renderer -
in the case of bootstrap we want a ul list of li elements with a tags
and appropriate classes applied. This commit adds that for Bootstrap 3
11 years ago
Allan Jardine
9323ccdd67
fnReloadAjax: Update to be comaptible with 1.10.
...
- Although 1.10 has its own Ajax reloading options built in, it makes
sense to have fnReloadAjax work with 1.10 for old installations, so
you can simply replace the plug-in rather than reworking all exisiting
code!
11 years ago
Allan Jardine
8f9e269a5c
Galician translation from Emilio
11 years ago
Allan Jardine
160ba5e5ca
Merge pull request #35 from davidkennedy85/master
...
See davidkennedy85/DataTables-Ellipses-Plugin#3
11 years ago
Dave Kennedy
eade6c3565
Simplified example
11 years ago
Dave Kennedy
23207ab5f0
See davidkennedy85/DataTables-Ellipses-Plugin#3
11 years ago
Allan Jardine
1f6bed3b75
Bootstrap - style link tags for active styling in row selection.
...
- THis fixes #33
11 years ago
Allan Jardine
3a222eec1c
Merge pull request #32 from hzmangel/master
...
Add some missing tokens
11 years ago
hzmangel
0c4b9532d3
Add some missing tokens
11 years ago
Allan Jardine
4faa61e40b
Merge pull request #31 from Billiam/bugfix/clickable-ellipses
...
Foundation pagination: Do not navigate to unparseable page numbers.
11 years ago
Colin Fein
24b417bd86
Do not navigate to unparseable page numbers.
11 years ago
Allan Jardine
2bd1817119
Bootstrap 3 uses border-box for all elements, which completely breaks
...
DataTables' column width calculations. As such we need to reset the
table, th and td elements to be content-boxes.
Also improved the namespace selection of the table.dataTable (rather
than table.table) selector, to ensure only DataTables get the modified
styles
11 years ago
Allan Jardine
ca6ec50d22
Bootstrap - use small inputs for DataTables inputs
11 years ago
Allan Jardine
f37f882a5a
Merge branch 'master' of github.com:DataTables/Plugins
11 years ago
Allan Jardine
5752e4c0c3
Bootstrap 3 compatiblity update - make use of the sFilterInput and
...
sLengthSelect options in DataTables 1.10 to provide classes for hte two
form elements used by DataTables
11 years ago
Allan Jardine
c17c4ec9fa
Bootstrap (2): Add background z-index for collection
11 years ago
Allan Jardine
fe87636f17
Bootstrap: Add z-index for the collection background
11 years ago
Allan Jardine
e30998857e
Merge branch 'master' of github.com:DataTables/Plugins
11 years ago
Allan Jardine
01161fca01
Hungarian translation update from Lajos Cseppentő
11 years ago
Allan Jardine
4439339c66
Fix fnMultiFilter as per thread 17544 - wasn't doing a full redraw
11 years ago
Allan Jardine
cbe8320d3a
Merge pull request #29 from atrophic/ShowSelectedOnly
...
Added plugin to hijack length menu into a length + all/selected items.
11 years ago
Caleb Harrelson
49535f7df9
Switched feature shortcut to O since S was already used.
11 years ago
Caleb Harrelson
6a568ed4cf
Added plugin to hijack length menu into a length + all/selected items.
11 years ago