Grogdunn
6d6abc59fb
added "ì" neutralization
...
added "ì" neutralization support
10 years ago
Allan Jardine
f99d15aa1d
Fix #111 - Remove reference to background.png. Use just CSS colour and opacity now for the background to a collection
...
Dev: Update make script to built jQuery UI CSS file in place since it is held in the repo as well
10 years ago
Allan Jardine
fbc05c74e8
New time sorting plug-in from David Stoneham
10 years ago
Allan Jardine
9d01843142
Merge branch 'master' of github.com:DataTables/Plugins
10 years ago
Allan Jardine
f737a7fd33
Fix #110 - Remove fixed width from input element. Let the browser default decide, or the developer if they provide their own
10 years ago
Allan Jardine
bcbc01bf31
Merge pull request #109 from BattleMage/patch-1
...
Add sorting for dates without time
10 years ago
BattleMage
8c684c1fc7
Add sorting for dates without time
...
Add type "de_date" to sort columns with just dates without time.
10 years ago
Allan Jardine
0e8ae17cb1
Fix: Bootstrap sort asc only disabled image looked enabled!
10 years ago
Allan Jardine
2c3231bb7c
Fix: Nested tables would cause the parent table to update its sort when a child does its own sorting
10 years ago
Allan Jardine
2ab48fdbc3
New API method: `column().title()` from Alejandro Navarro
10 years ago
Allan Jardine
ce10e4342a
Merge pull request #104 from Anderezekial/patch-4
...
Update input.js
10 years ago
Anderezekial
2dd7559d41
Update input.js
...
Redid the logic for disabling the buttons, again, since it would display incorrectly when there were only 2 pages total.
Also added some logic to hide the paging controls when you only have 0 or 1 pages, since you can't page anyway.
10 years ago
Allan Jardine
fa5734b290
Update alphabet search to be compatible with DT 1.10.2
10 years ago
Allan Jardine
28d71e3c6f
New: Alphabet search from DataTables blog search
10 years ago
Allan Jardine
9ef49645b1
Merge pull request #102 from drastus/master
...
Punctuation error in Polish translation
10 years ago
drastus
2859b427c5
Update Polish.lang
...
punctuation error
10 years ago
Allan Jardine
6b2ce39715
Merge pull request #99 from gregjopa/pagination-fix
...
Update bootstrap pagination events to not redraw when button is disabled
10 years ago
Greg Jopa
24ac62e71d
Update bootstrap pagination events to not redraw when button is disabled
10 years ago
Allan Jardine
652b6176d3
Merge pull request #96 from Anderezekial/patch-3
...
Update input.js
10 years ago
Anderezekial
b763e0f162
Update input.js
...
Using the value of the input field was giving inconsistent results. It would flip between the page you are going to and the page your on. Changed it to use the calculated current page instead.
10 years ago
Allan Jardine
18d5eb1937
Merge pull request #95 from Anderezekial/patch-2
...
Update input.js
10 years ago
Anderezekial
0393969885
Update input.js
...
I was off by one with my checks for disabling the buttons. It was changing the page number before I did the check, not after.
10 years ago
Allan Jardine
c2722367bf
Merge pull request #84 from quickstep25/master
...
wrapped grid class .row around main datatable in DOM options
10 years ago
Allan Jardine
db3e9e849f
Merge pull request #92 from Anderezekial/patch-1
...
Update input.js
10 years ago
Anderezekial
4fd76ca82c
Update input.js
...
Added disabling of the First/Previous/Next/Last buttons.
Made it so entering 0 won't break the table.
Move input styles into a class instead.
10 years ago
Allan Jardine
b4975f94cb
Merge pull request #91 from mdziekon/patch-1
...
TableTools styles shouldn't override default BS styles
10 years ago
Michal Dziekonski
4decaec7bf
TableTools styles shouldn't override default BS styles
10 years ago
Allan Jardine
4fd9d7921a
Merge pull request #87 from tomascassidy/patch-1
...
Add margin-left to search input box
10 years ago
tomascassidy
0afb986c34
Add margin-left to search input box
...
This margin exists in the default dataTables CSS but was missing from the dataTables bootstrap CSS. It adds a small gap between the "Search:" label and the search input box.
10 years ago
Allan Jardine
047ad80309
Merge pull request #85 from yuks/master
...
Sorting Turkish Characters
10 years ago
Yuksel
d91bac01f0
Create turkish-string.js
...
Sorting in Javascript for Turkish Characters. This plug-in will replace the special turkish letters (non english characters) and replace in English.
10 years ago
Yuksel
b2d8775a11
Delete turkish-string.js
10 years ago
Yuksel
264f9fd31e
Create turkish-string.js
...
Sorting in Javascript for Turkish Characters. This plug-in will replace the special turkish letters (non english characters) and replace in English.
10 years ago
Doug Hill
c7a21089a0
wrapped grid class .row around main datatable in DOM options
10 years ago
Allan Jardine
15ba23c72a
Merge pull request #82 from vkachurka/master
...
Adding Belarusian.lang
10 years ago
vkachurka
0ad7602002
Create Belarusian.lang
...
Added Belarusian language translation
10 years ago
Allan Jardine
0415b8664c
Fix: Bootstrap 3 display for TableTools' info box
...
Fixes #58
10 years ago
Allan Jardine
1d6836cd79
Fix #33 - More selective on link styling
10 years ago
Allan Jardine
cb7f4843ef
Fix: Franch language for é
10 years ago
Allan Jardine
5f37c86aa1
API - columns().order() plug-in method
10 years ago
Allan Jardine
725b2a2115
Merge branch 'master' of github.com:DataTables/Plugins
10 years ago
Allan Jardine
69fdd73f05
Fix - Integration: FontAwesome with scrolling tables
...
* This fixes #76
10 years ago
Allan Jardine
98fbc635a7
Merge pull request #74 from PaitAzani/patch-1
...
Update Malay.lang
11 years ago
PaitAzani
f678e60b0c
Update Malay.lang
...
Added comma after end bracket of language elements.
11 years ago
Allan Jardine
0d022b93e8
Merge branch 'master' of github.com:DataTables/Plugins
11 years ago
Allan Jardine
d45d20d4e0
Integration - jQuery UI: Remove !important for text colouring for
...
TableTools buttons
11 years ago
Allan Jardine
2fdd031060
Merge pull request #73 from BrunoQuaresma/patch-1
...
Remove oLang propertiy
11 years ago
Bruno Quaresma
0cce73da67
Remove oLang propertiy
...
Correcting syntax error that generated error.
11 years ago
Allan Jardine
f08264584a
Merge pull request #72 from Miosss/master
...
Colon possibly causing bugs in IE8 and earliers.
11 years ago
Miosss
edfd80a66f
Colon possibly causing bugs in IE8 and earliers.
11 years ago