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

Fix issue with rowClass not being considered when autoSizing a column. #915

Closed
wants to merge 1 commit into from

Conversation

jonbcard
Copy link

Currently rowClass is not being considered when auto-sizing on a column happens. This means that changes to font or emphasis done at the row-level do not end up being considered when sizing the column. This fixes that issue.

Note: this does not copy rowStyle properties over to the cloned cell's parent, so there is still a gap there for those that use that feature.

@ceolter
Copy link
Contributor

ceolter commented Jun 6, 2016

interesting. i'll have a think about this. thanks.

@ceolter
Copy link
Contributor

ceolter commented Jun 6, 2016

i mean, i'm happy that there is a problem that should be fixed!!! i mean think about the solution.

@rmc-software
Copy link
Contributor

This issue has since been fixed so closing PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants