if (outOfOrder) {
        this.warn("DataTable is out of order; order it correctly to speed loading.");
        ret.sort(function(a,b) { return a[0] - b[0]; });
    }