https://bz.apache.org/bugzilla/show_bug.cgi?id=55339

--- Comment #2 from Dominik Stadler <[email protected]> ---
FYI, in the meantime it was at least brought back for collapsing, but is still
not there for uncollapsing:

    public void setRowGroupCollapsed(int row, boolean collapse)
    {
        if (collapse) {
            collapseRow(row);
        } else {
            //expandRow(rowIndex);
            throw new RuntimeException("Not Implemented");
        }
    }

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to