Allan Jardine
4bbfa077b8
i18n: Latest translations
3 years ago
Allan Jardine
36ef8a6a3b
i18n: Correct typo
...
Credit to @crislv09
Fixes #538
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
Paik Paustian
5470f7a42d
Fix IP address sorting when there are empty entries in the table
...
When a table contains empty values, sorting by IP addresses using the `ip-address.js` sorting plugin
caused erratic sorting behaviour. The empty lines are not sorted correctly and remain scattered about
the rest of the rows.
This seems to be due to a type issue: The ip-address sorting plugin has a guard-clause if-statement
that checks if the value that is to be sorted is false-y. In that case, the integer `0` is returned.
The function seems to usually normalise ip addresses to a lexicographically sortable format, and
values like `"86b4b93fbbf0418144b55bc45057b720"` and `"173040030054"` are returned.
The resulting comparison between strings and integers seems to cause misplaced empty rows and all-over
weird sorting behaviour.
This commit changes the value returned by the guard-clause to the string value `"000000000000"`, which
is simliar to the normalized IPv4 format already used by the plugin.
3 years ago
Allan Jardine
b820aaeee5
Merge branch 'master' of github.com:DataTables/Plugins
3 years ago
Allan Jardine
bedb1637ca
i18n: Latest translations
3 years ago
Allan Jardine
fe3efbef1f
Merge branch 'master' of github.com:DataTables/Plugins
3 years ago
Allan Jardine
f3b36fada0
Fix: Support fuzzy search on a page where a non-fuzzy search DataTable is also used
3 years ago
Allan Jardine
fec024221b
Latest i18n updates
3 years ago
Allan Jardine
cf379c8142
i18n: Latest translations
3 years ago
Allan Jardine
bd2ecbfcd6
Correct copyright notice
3 years ago
Allan Jardine
04eab7aaa3
i18n: Latest translations
3 years ago
Allan Jardine
ba193c9535
Merge branch 'master' of github.com:DataTables/Plugins
3 years ago
Allan Jardine
222fbb6183
i18n: Latest translations
3 years ago
SandyDatatables
3f220cb0e6
fix: Fix fuzzysearch tooltip alignment issue with small screens
...
Jira Issue DD-2128
3 years ago
SandyDatatables
139ca488ff
fix: Fix issue with fuzzy search tooltip alignment
...
Jira Issue DD-2128
3 years ago
SandyDatatables
847c963c1d
fix: Fix issue with search box moving to the left when fuzzysearch toggleSmart enabled
...
Jira Issue DD-2128
3 years ago
Allan Jardine
246273745c
i18n: Latest changes
3 years ago
Allan Jardine
4bc47281e5
Merge branch 'master' of github.com:DataTables/Plugins
3 years ago
Allan Jardine
fc7249555e
Latest builds
3 years ago
Allan Jardine
d5cf336182
Merge branch 'master' of github.com:DataTables/Plugins
3 years ago
Allan Jardine
4af8e7d067
i18n: Latest translations
3 years ago
SandyDatatables
c1cf66ce24
remove: Remove all .lang files, only the json are needed now after i18n improvements
3 years ago
SandyDatatables
84f3a707a2
dev: remove debug
3 years ago
SandyDatatables
d8409c7a67
update: Move fuzzy search examples to 1.10.25
...
Jira Issue DD-2072
3 years ago
SandyDatatables
3b8785a997
fix: Fix issue with toggle button alignment on mobile devices
...
Jira Issue DD-2081
3 years ago
SandyDatatables
d8591b4836
fix: Add more notes on fuzzy search api example
...
Jira Issue DD-2078
3 years ago
SandyDatatables
f208ef7121
new: New example to demonstrate api methods
...
Jira Issue DD-2078
3 years ago
SandyDatatables
a918dd1791
fix: Fix issue with statesaving
...
Jira Issue DD-2072
3 years ago
SandyDatatables
cacba2f2d7
Merge branch 'master' of github.com:DataTables/Plugins
3 years ago
SandyDatatables
3617a8a7a8
fix: needed another undefined check
3 years ago
Colin Marks
947dadb05f
DEV tweaks to the docs
3 years ago
SandyDatatables
119b2475ca
fix: Fix pageresize examples - needed a newer version of dt
...
Jira Issue DD-2082
3 years ago