if (window.propagate_direction && window.propagate_direction === "down") {
            currentRow = el.parent().parent();
            rows = [];
            row = currentRow;
            while (row && row.length > 0) {