IP address sorting - auto detection not working...
IP address sorting - auto detection not working...
wastedspace
Posts: 5Questions: 0Answers: 0
Hi there,
I'm using the ip-address plugin. It works fine if I choose a specific column for ip sorting, like so:
[code]"aoColumnDefs": [
{ "sType": "ip-address", "aTargets": [ 1 ] }
][/code]
The problem is if I rely on auto detection of an ip-address column (as it won't always be the same column where IP addresses are listed).
In the plugins page in the IP Address section it says "also has a matching type detection plug-in for automatic type detection". Am I missing something?
Cheers!
I'm using the ip-address plugin. It works fine if I choose a specific column for ip sorting, like so:
[code]"aoColumnDefs": [
{ "sType": "ip-address", "aTargets": [ 1 ] }
][/code]
The problem is if I rely on auto detection of an ip-address column (as it won't always be the same column where IP addresses are listed).
In the plugins page in the IP Address section it says "also has a matching type detection plug-in for automatic type detection". Am I missing something?
Cheers!
This discussion has been closed.
Replies
Allan
Many thanks!