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
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
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
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
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
5695ffe40c
Features: UMD for pageResize and scrollResize
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
Allan Jardine
da67f99c24
Fix: Update for jQuery 3.3 deprecated functions
7 years ago
Colin Marks
7a6ff3585f
fixed bug that stopped the page draw trigger from happening (thanks crush123)
7 years ago
Colin Marks
a0a9c23c78
first release of searchFade
7 years ago
Allan Jardine
fbee1415d0
Fix #371 : Limit search to a per item basis when multi-item searching
7 years ago
Allan Jardine
5ef6098378
Features - scroll resize: Add min file and allow to work offline
7 years ago
Allan Jardine
f5a02ca6f2
Feature - search pane: Small styling tweaks and tidy up
7 years ago
Allan Jardine
d63f22010b
Feature - searchPane: API method to rebuild panes
7 years ago
Allan Jardine
130178932d
Feature - searchPane: State saving integration
7 years ago
Allan Jardine
1eb23d9c82
Feature - searchPane: Regex escaping
7 years ago
Allan Jardine
2e4a8c2aa0
Feature - searchPane: Don't show columns if there isn't enough variation in the data to warrent it. This is done via a variance calculation with a configurable threashold
7 years ago
Allan Jardine
9726e803fa
Feature - searchPanes: Vertical layout demo and initialisation options
7 years ago
Allan Jardine
e9c4e4a8ea
Feature - searchPanes: Code style with Prettier
7 years ago
Allan Jardine
797c3e6f90
Feature - searchPanes: Class names can be defined
7 years ago
Allan Jardine
e221ce9c3d
Features - search pane: Cleaning up into functions
7 years ago
Allan Jardine
389a989060
Merge branch 'master' of github.com:DataTables/Plugins
7 years ago
Allan Jardine
c8347a67a3
Latest builds
7 years ago
Alex
652507a0d9
Add an optional parameter for adjusting the height of the container for table rows manually. It is actual at least when using "angular-datatables v0.5.x" DataTables.net wrapper for AngularJS because it has specific layout.
7 years ago
Alex
17e901e928
Fix: Resizing not working if there are no header or footer. The possible absence of a header and a footer when calculating the height of the container for table rows and rows count is taken into account.
7 years ago
Julian Motz
7dcec0a53a
Update datatables.mark.js to v2.0.1
7 years ago
Allan Jardine
46e6749a06
Adding search pane plug-in. Completely unfinished, but its a start!
7 years ago
Allan Jardine
fed1a1769b
New: Deep linking plug-in for DataTables
7 years ago
Nick
4c6e7545b2
Update sliding-child.js
8 years ago
Nick
33c4867ef2
Update sliding-child.js
...
Added example usage comment
8 years ago
Nick
0edd41aadd
Update sliding-child.js
...
Made some minor naming changes for clarity
8 years ago
Nick
bf6d86d424
Update sliding-child.js
...
Added ajax beforeSend to allow caller to specify data for request.
8 years ago
Nick
ef6457e3e6
Create sliding-child.js
...
I have never made a pull request on github before, so I plead ignorance if I am doing anything incorrectly.
8 years ago
Constantine Lebedev
a4b72c315e
Add support for dataTables.defaults in conditionalPaging plugin
8 years ago
mdeniz
097050f042
Add column search/filtering highlight
8 years ago
Allan Jardine
6193c68dd5
Fix - features: remove debug from pageResize plug-in
...
- Fixes #283
8 years ago
Julian Motz
80f8f17cce
Added datatables.mark.js v2.0.0
8 years ago
Julian Motz
438423c537
Added datatables.mark.js v1.0.1
8 years ago
Julian Motz
f4dde48d22
Added datatables.mark.js plugin v1.0.0
9 years ago
Quwink
90150efeda
dataTables.scrollResize.js
...
Missing context on _size function. Resulting in errors, when using multiple tables
9 years ago
Allan Jardine
f74d344ce5
Fix: Alphabet search needs to strip HTML before finding the first character
...
- Thread 33377
9 years ago
Allan Jardine
75026a5f98
Dev: Latest built of the length links feature
9 years ago