DHCP panel sort by IP Address does not correctly sort

On the DHCP Panel, clicking on IP address causes entries to be ordered in ascending or descending order, but it does not sort them in numerical order.

For example in my case, the sort order for descending is 10.20.30.51, 10,20.30.5, 10.20.30.40.
In other words, it does not interpret 10.20.30.5 as 10.20.30.005 for sorting purposes.

Thanks for reporting :slight_smile:

Sadly that’s known bug in the jQuery datatable plugin which can’t be easily fixed.
Since the effort doesn’t worth the result, for now it will be a wontfix issue.

2 Likes