Allan Jardine
19769588b9
Merge branch 'master' of github.com:DataTables/Plugins
7 years ago
Allan Jardine
6663abad97
Dev: latest build
7 years ago
Allan Jardine
27b0504ede
Merge branch 'master' of github.com:DataTables/Plugins
7 years ago
Allan Jardine
d87c263561
i18n: Turkish formatting
7 years ago
Allan Jardine
8576c501d3
Merge pull request #382 from data-handler/master
...
Update datatables.slidingChild.js
7 years ago
Nick
b2b12dd6c1
Delete sliding-child.js
...
Now defunt
7 years ago
Nick
03567d78db
Create datatables.slidingChild.min.js
7 years ago
Nick
70921c6291
Update datatables.slidingChild.js
...
Fixed bug: source should only be called before showing a child, but was also being called on hide.
New option: 'fadeNonShowingRows'
if set to true (false by default), the plug-in will reduce the opacity of rows not showing a child to the value specified by the 'fadeOpacity' setting
7 years ago
Allan Jardine
7b21ddcfb5
Merge pull request #381 from data-handler/master
...
Create datatables.slidingChild.js
7 years ago
Nick
74395dfa0d
Update datatables.slidingChild.js
...
Can now be enabled inside the DataTables initialisation
Allows caller to handle source for child data via callback
Wraps provided child data in a div to allow optional animation (slide up / down)
Additional options:
animateShow: if true, uses jQuery slideDown() function to animate showing child data. If false, uses jQuery show()
animateHide: if true, uses jQuery slideUp() function to animate showing child data. If false, uses jQuery hide()
7 years ago
Allan Jardine
d3d26e771c
API: Add `rows().generate()` method which can be used to create nodes for rows which haven't yet been created (for use with `-init deferRender`)
7 years ago
Allan Jardine
71ba75d2f5
Fix - sorting: Absolute sorting didn't consider the case of the two items being compared both being in the "always" sorting categories.
...
- Thanks to awelch for this fix!
7 years ago
Nick
cfe86c4bbe
Update datatables.slidingChild.js
...
use strict mode
remove function expressions as defunct
7 years ago
Nick
c373070819
Create datatables.slidingChild.js
...
Fixed bug where non-direct tr descendants of datatable instance could be toggled by plugin
Changed default Ajax contentType to x-www-form-urlencoded from json
Reduced closeChild function complexity by moving row exists check to caller
7 years ago
Allan Jardine
0f84a1c915
Merge branch 'master' of github.com:DataTables/Plugins
7 years ago
Allan Jardine
09119df4af
i18n: Update German language file for row selector to remove default text when no rows selected to match English default
...
i18n: Add Turkish translation for rows selected - @expressiveco
7 years ago
Allan Jardine
b2c4c9266a
Merge pull request #378 from mabuak/patch-1
...
Update Indonesian.lang
7 years ago
Ramadhan
11041a4400
Update Indonesian.lang
...
Add sEmptyTable in json language
7 years ago
Allan Jardine
2b6e7adab2
Merge branch 'master' of github.com:DataTables/Plugins
7 years ago
Allan Jardine
5695ffe40c
Features: UMD for pageResize and scrollResize
7 years ago
Allan Jardine
c4030d991e
Merge pull request #377 from AnixPasBesoin/patch-1
...
Added translation for row selection
7 years ago
Allan Jardine
18cbcbb5d9
Fix: Attempt to use the second row in the table to allow for top and bottom borders on rows
7 years ago
AnixPasBesoin
a46b1b3331
Added translation for row selection
...
Added missing translation for row selection.
https://datatables.net/forums/discussion/35398/i18n-translation-for-n-rows-selected
7 years ago
Allan Jardine
a5432d0e33
Merge branch 'master' of github.com:DataTables/Plugins
7 years ago
Allan Jardine
da67f99c24
Fix: Update for jQuery 3.3 deprecated functions
7 years ago
Colin Marks
0050e6c933
New sorting plugin for book chapter numbering
7 years ago
Colin Marks
7a6ff3585f
fixed bug that stopped the page draw trigger from happening (thanks crush123)
7 years ago
Allan Jardine
529077edea
Merge pull request #375 from auycro/master
...
Update Thai
7 years ago
auycro
76894082d3
๊Update Thai
7 years ago
Colin Marks
a0a9c23c78
first release of searchFade
7 years ago
Allan Jardine
220faaf222
Include scroll resize in minifier
7 years ago
Allan Jardine
fbee1415d0
Fix #371 : Limit search to a per item basis when multi-item searching
7 years ago
Allan Jardine
a7cc270b20
Merge pull request #369 from miodragbogdanovic/patch-2
...
IP address field is empty bug
7 years ago
miodragbogdanovic
768b29279b
Update IP field is empty bug
...
@Datatables, you are right, it should be better to use !a, then empty string case is covered as well.
And yes, I'm happy for this to be included under MIT licence.
7 years ago
miodragbogdanovic
b9a6db3ef3
IP address field is empty bug
...
I'm using this plugin, and I'm getting the exception when this field is empty (null). One checking line on the beginning solved this problem for me.
7 years ago
Allan Jardine
af35f79121
Merge pull request #368 from kozfelipe/patch-1
...
Update percentageBars.js
7 years ago
Luiz Felipe Aranha
8b4f1f1394
Update percentageBars.js
...
prevent d.replace() is not a function error when d is a number rather than string
7 years ago
Allan Jardine
ff051b8bcf
Merge pull request #365 from lelit/master
...
Fix a typo preventing rendering of null dates
7 years ago
Lele Gaifax
0bb0384662
Fix a typo preventing rendering of null dates
7 years ago
Allan Jardine
bf77a15079
Merge pull request #364 from Niko9911/master
...
ISSUE: Finnish translation is not valid [Fixed]
7 years ago
Niko
03e4658d08
Update Finnish.lang
...
Fixed som weird words.
File was not valid due one extra "}" at end, so I removed it.
**Finnish translation is not valid/working before this has been merged!**
7 years ago
Allan Jardine
d1d1cef79b
Merge pull request #363 from saveshodhan/master
...
Updating natural-time-delta plugin
7 years ago
Shodhan
7e8d8d75af
Updated doc
7 years ago
Shodhan
68714b682e
Updating natural-time-detal plugin
...
Added support for decades, years, months, milliseconds and microseconds
7 years ago
Allan Jardine
8218517735
Merge pull request #362 from saveshodhan/natural_time_delta_sore_plugin
...
Adding plugin for natural time delta sorting
7 years ago
Shodhan
e3c6c01d51
Adding plugin for natural time delta sorting
7 years ago
Allan Jardine
073b8d3f13
Merge branch 'master' of github.com:DataTables/Plugins
7 years ago
Allan Jardine
5ef6098378
Features - scroll resize: Add min file and allow to work offline
7 years ago
Allan Jardine
50ff31c606
Merge pull request #358 from Tchuba/master
...
Adding Czech language sorting plugin
7 years ago
Tchuba
709020a2a6
Rename czech-sorting.js to czech-string.js
7 years ago