diff --git a/sorting/ip-address.js b/sorting/ip-address.js index c06f9f6..4441b35 100644 --- a/sorting/ip-address.js +++ b/sorting/ip-address.js @@ -25,7 +25,7 @@ jQuery.extend( jQuery.fn.dataTableExt.oSort, { var x, xa; if (!a) { - return 0 + return '000000000000'; } a = a.replace(/<[\s\S]*?>/g, "");