Iconpicker.prototype.setRows = function (value) {
        this.options.rows = value;
        this.reset();
    };