Allan Jardine
a04a0d6b8f
Fix - searchPane: Ensure order for panels is consistent
6 years ago
Allan Jardine
558f4da51b
Paging: jPaginator plug-in - license update from Ernani. Now MIT licensed
6 years ago
Allan Jardine
5a3c0b2fdc
SearchPane: Remove an existing panel if there is one when rebuilding a pane
6 years ago
Allan Jardine
dc1fcec9f1
Fix - Typo. Thanks Martin!
6 years ago
Allan Jardine
d1d63afb57
New - SearchPane: Add the ability to specify `options` as a function in the column options for `searchPane` which will be used as a callback to get the data to display.
...
Function passes in:
1. DT instance
2. Column index
Expects return:
Of a DT instance with the data to be displayed in its data set
6 years ago
Allan Jardine
b14c501aa1
Merge pull request #406 from miestasmia/master
...
Added Esperanto.lang
6 years ago
Mia Nordentoft
76f641bd6d
Added Esperanto.lang
6 years ago
Allan Jardine
3faa7719d0
Merge pull request #403 from PVi1/master
...
added support for ipv4:port sorting
6 years ago
PVi1
934ce3a692
added support for ipv4:port sorting
...
Sorts a column containing IP addresses (IPv4 and IPv6) or IPv4 address and port delimited by ':' in typical dot
* notation / colon.
6 years ago
Allan Jardine
86bb873fed
Sorting: Allow the brackets-negative to work with an empty string (i.e. it being 0)
...
Thanks @unclethehornet
6 years ago
Allan Jardine
1e3b8021ad
Merge pull request #398 from ici-be/patch-1
...
Update French.lang
6 years ago
ici-be
95521e3118
Update French.lang
...
Typo correction (no accent on the second "e" of "sélectionné")
6 years ago
Allan Jardine
fe79a9cdd4
Merge branch 'master' of github.com:DataTables/Plugins
6 years ago
Allan Jardine
6f02ed8cc7
Khmer translation from Sokunthearith Makara
6 years ago
Allan Jardine
5109dae268
Merge pull request #397 from fabiofdsantos/patch-1
...
Convert PT-BR terms into PT-PT
6 years ago
Fábio Santos
798df15d9a
Update Portuguese.lang
6 years ago
Colin Marks
a7d325fb5c
DEV fix because of https://datatables.net/forums/discussion/comment/139690
6 years ago
Allan Jardine
1e09b225a5
Renderer: Improve doc comments
...
- DD-621
6 years ago
Allan Jardine
a80d67b2c8
Fix: i18n German - Incorrect translation for "copySuccess" - Thank you Sepp9753
...
- https://datatables.net/forums/discussion/52087/german-json-copysuccess-text#latest
6 years ago
Allan Jardine
e336705521
Fix search pane issues with ajax loading data and daft error for binning
6 years ago
Allan Jardine
b21102e105
New: SearchPane now has a `column().paneOptions()` method that can be used to give it the options that should be displayed in the list, rather than just using the data available in the table. This is useful for server-side processing and more complex data sets.
...
New: SearchPane can have a `columns.searchPane.match` option set for each individual column allowing finer grain control over what gets matched. Currently only full string matching and sub-string matching any where in the original data is supported.
New: SearchPane example showing these two features - customOptions.html
6 years ago
Allan Jardine
f3db23bdb9
Merge branch 'master' of github.com:DataTables/Plugins
6 years ago
Allan Jardine
e2db9da4c3
Dev: Build for RowFill
6 years ago
Allan Jardine
4edb3ebdb2
New - feature: RowFill feature based on a forum answer by Colin. Basically it will ensure that the number of rows in the table always matches the page length
6 years ago
Allan Jardine
47eb88cc28
Merge pull request #392 from fred104/master
...
Use template to generate pagination info
6 years ago
Allan Jardine
83ab4f0543
Merge pull request #393 from oliv3r/HTML_ips
...
HTML IPs
6 years ago
fred104
c40be6193d
Fix for buttons not worked
6 years ago
Olliver Schinagl
67fc59870d
Also search in HTML formed cells
...
IP addresses can easily be hidden in HTML formed cells. For example an
IP that links to the IP via an href.
As such, add the naive and basic, but fast html tag stripper from the
core code.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
6 years ago
Olliver Schinagl
e6a214d9f9
Cleanup pre function
...
Put variable declarations before any actual code to improve readability.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
6 years ago
fred104
a31c65af9a
Use template to generate pagination info
6 years ago
Allan Jardine
2e120d1176
Typo for Ukrainian language file
6 years ago
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
6 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