Anton
27bd88a867
Create PULL_REQUEST_TEMPLATE.md
...
~~Dobby~~AllanJard is free (:
2 years ago
Anton
b2eacaade1
Update anchor.js
2 years ago
Anton
908306c271
Update anchor.js
2 years ago
Anton
2199ba4648
Update anchor.js
2 years ago
Anton
129757a12d
Update anchor.js
2 years ago
Anton
f31fba3d75
Add data renderer anchor
2 years ago
Allan Jardine
b69c6e3bea
Merge pull request #548 from JMolenkamp/master
...
ScrollResize: redraw header on scrollbar hiding during feature initialization
2 years ago
Allan Jardine
131b63b623
Merge pull request #549 from JMolenkamp/fix-page-resize
...
PageResize: delay initial call to _size until table is fully initialized
2 years ago
Allan Jardine
66bd97e41f
Merge pull request #550 from yaakovfeldman/master
...
Escape input even when no shortening required
2 years ago
yaakovfeldman
40e3b46cd0
Ensure that data is string before escaping
2 years ago
yaakovfeldman
4d3a6850b9
Escape input even when no shortening required
2 years ago
Joost Molenkamp
a9f1ba1c0b
PageResize: delay initial call to _size until table is fully initialized
2 years ago
Joost Molenkamp
90d135e8d6
ScrollResize: redraw header on scrollbar hiding during feature initialization
2 years ago
Allan Jardine
bb13b174d0
Merge pull request #547 from JMolenkamp/master
...
ScrollResize: remove draw event handler on table destruction
2 years ago
Joost Molenkamp
ca1e5396d9
ScrollResize: remove draw event handler on table destruction
2 years ago
Allan Jardine
a25c28206a
Merge pull request #546 from JMolenkamp/master
...
Use the set moment locale as a fallback instead of fixed 'en'
2 years ago
Joost Molenkamp
d405f51abb
Use the set moment locale as a fallback instead of fixed 'en'
2 years ago
Allan Jardine
9b7b8feb0f
Merge pull request #545 from JMolenkamp/master
...
ScrollResize: remove resize helper iframe on table destruction
2 years ago
Joost Molenkamp
b308a5b5ba
ScrollResize: remove resize helper iframe on table destruction
2 years ago
Allan Jardine
6315d1af8d
Merge pull request #543 from JMolenkamp/page-resize
...
Resize on layout changes due to width changes
2 years ago
Joost Molenkamp
9016c33370
Resize on layout changes due to width changes
2 years ago
Allan Jardine
bc21f6cfed
Merge pull request #542 from JMolenkamp/master
...
Remove resize helper object on table destruction
2 years ago
Joost Molenkamp
856964b396
Remove resize helper object on table destruction
2 years ago
Allan Jardine
47e8c82923
Merge pull request #541 from mvwieringen/mvw/datetime-luxon
...
Fix datetime-luxon.js
2 years ago
Marco van Wieringen
8c583e9800
Fix datetime-luxon.js
...
luxon.fromFormat argument text must really be text so if the d variable
is not do not call luxon.fromFormat as then we will get the dreaded
TypeError: input.match is not a function. When the variable is not text
it will not match anyway so return null in that case.
2 years ago
Allan Jardine
dba5a6173b
Merge branch 'master' of github.com:DataTables/Plugins
3 years ago
Allan Jardine
3ef5647602
Merge branch 'master' of github.com:DataTables/Plugins
3 years ago
Allan Jardine
4bbfa077b8
i18n: Latest translations
3 years ago
Allan Jardine
23a24aec68
Merge branch 'master' of github.com:DataTables/Plugins
3 years ago
Colin Marks
06210a13dd
TEST debug left in the luxon datetime plugin
3 years ago
Allan Jardine
36ef8a6a3b
i18n: Correct typo
...
Credit to @crislv09
Fixes #538
3 years ago
Allan Jardine
00e8e08be0
Release 1.11.5
3 years ago
Allan Jardine
201e325c2d
i18n: Latest translations
3 years ago
SandyDatatables
a24a7b847c
Remove renamed files
3 years ago
Allan Jardine
58122f50f9
i18n: One last file for the naming change
3 years ago
Allan Jardine
5d683d9770
i18n - Use ISO 639-1 and ISO 3166-1 alpha-2 for file name consistency
3 years ago
Allan Jardine
819d1ff747
i18n: Latest
3 years ago
Allan Jardine
a563be24d1
i18n: Fix es mx translation
3 years ago
Allan Jardine
9b99d2ffb1
i18n: Latest translations
3 years ago
Allan Jardine
5ea470649c
Update package file
3 years ago
Allan Jardine
2593853d69
i18n: Latest translations
3 years ago
Allan Jardine
95821d542c
Merge branch 'master' of github.com:DataTables/Plugins
3 years ago
Allan Jardine
1018be0fb1
i18n: Latest updates
3 years ago
SandyDatatables
9027618f41
Merge branch 'master' of github.com:DataTables/Plugins
3 years ago
SandyDatatables
309709aded
fix: Fix issue with scrollresize calling legacy api method on FixedColumns
...
Jira Issue DD-2417
3 years ago
Allan Jardine
9279a419fd
Merge branch 'master' of github.com:DataTables/Plugins
3 years ago
Allan Jardine
97728bebab
i18n: Latest translations
3 years ago
Allan Jardine
a7cb879051
Merge pull request #532 from grahambo2015/patch-1
...
Added port to IPV4 sorting and reduced if/else chains
3 years ago
Kevin Gilkey-Graham
0688007640
Added port to IPV4 sorting and reduced if/else chains
...
The original method of extracting the IP address from an IP:PORT pair never re-applied the PORT number to the sorting algorithm.
This commit has added the functionality for the port number to be included in the sorting for IPv4 if it existed in the original value by appending it to the final zero-filled IPv4 address string.
This commit also reduces the number of if/else chains to perform the zerofill by using a substr of a zeroed pattern matching the desired size of the field. "000" for IPv4 octets, "0000" for IPv6, and "00000" for port numbers.
3 years ago
Allan Jardine
fc25f864c9
Merge pull request #531 from IServ-GmbH/fix-ip-sorting
...
Fix IP address sorting when there are empty entries in the table
3 years ago