Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datatable- Not Adjusted columns with expander #186

Closed
MPanahandeh opened this issue Nov 17, 2017 · 1 comment
Closed

datatable- Not Adjusted columns with expander #186

MPanahandeh opened this issue Nov 17, 2017 · 1 comment
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.

Comments

@MPanahandeh
Copy link

MPanahandeh commented Nov 17, 2017

using expander option in a table with footerGroup causes footer have non-adjusted footer columns. Although I have added extra columns to the column group!

image

<ColumnGroup>
            <Row>
                <Column style={{ fontSize: "12px", fontWeight: "bold", textAlign: "right" }} footer="Totals:" colSpan={6} />
                <Column style={{ fontSize: "12px", fontWeight: "bold", textAlign: "left" }} footer={summary.hoursSum} />
                <Column style={{ fontSize: "12px", fontWeight: "bold", textAlign: "left" }} footer={summary.adjustedHoursSum} />
                <Column footer="" colSpan={4} />  
            </Row>
</ColumnGroup>
@MPanahandeh MPanahandeh changed the title datatable- expender option with footerGroup datatable- Not Adjusted columns with expander Nov 17, 2017
@cagataycivici
Copy link
Member

Can you post your full DataTable code please? Currently we've seen;

screen shot 2017-11-28 at 12 09 06

@cagataycivici cagataycivici self-assigned this Dec 2, 2017
@cagataycivici cagataycivici added the Type: Bug Issue contains a defect related to a specific component. label Dec 2, 2017
@cagataycivici cagataycivici modified the milestones: 1.2.1, 1.3.0 Dec 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

No branches or pull requests

2 participants