datos.sort(function(a, b) { if (a[28] == b[28]) { return 0; } if (a[28] < b[28]) { return 1; } else { return -1; } });