Allan Jardine
d44b16bf3d
Button: Download - support arrays
6 years ago
Allan Jardine
0e9fada85b
Make JSON valid
6 years ago
Allan Jardine
bab7be0a0c
Merge pull request #386 from Potrecoo/patch-1
...
Row Selection
6 years ago
Patrick Jean Meurer
b86b8b7190
Row Selection
...
Add translation to Selected Rows
6 years ago
Allan Jardine
a6071de3a8
API: Note about `processing()` being available in DT2 core
6 years ago
Allan Jardine
d0869a3521
Merge branch 'master' of github.com:DataTables/Plugins
6 years ago
Allan Jardine
458c0cd91e
New - button: Download button
6 years ago
Allan Jardine
f899ee7725
Merge pull request #385 from Silex/patch-1
...
Use valid JSON in French.json
6 years ago
Philippe Vaucher
20616e5335
Use valid JSON in French.json
6 years ago
Allan Jardine
ac0b889a23
Merge pull request #384 from matusmark/patch-1
...
Update Hungarian.lang
6 years ago
Matus Márk
bee89fa66a
Update Hungarian.lang
6 years ago
Allan Jardine
157acc9888
1.10.19 release
7 years ago
Allan Jardine
a98e9e4d4a
Merge pull request #383 from data-handler/master
...
New option to display loading overlay
7 years ago
Nick
22fa64dc46
Update datatables.slidingChild.js
...
version number updated
7 years ago
Nick
e2331ddd50
Update datatables.slidingChild.js
...
removed duplicate jQuery call
7 years ago
Nick
eb73ee5dbb
Update datatables.slidingChild.js
...
New option
name: displayLoadingIndicator
type: boolean
default: false
description: if set to true, overlays the parent row with a div (see below) before requesting the child source, then removes the overlay before showing the child data.
Overlay options
name: loadingIndicatorClass
type: string
default: 'loading-indicator'
name: loadingOverlayContent
type: string, element, jQuery object
default: '<div style="background: black; color: white; display: flex; align-items: center; justify-content: center; opacity: 0.5; position: absolute; width: 100%; z-index: 100;">Loading...</div>'
7 years ago
Allan Jardine
920c7b45c0
Add missing doc block
7 years ago
Allan Jardine
732c809292
SearchFade min files
7 years ago
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