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

Added feature request #1022. Auto resizing is now available for rows … #1033

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

mketer1
Copy link
Contributor

@mketer1 mketer1 commented Apr 21, 2022

…and columns

The following code is similar to the function for _add_dimensions in which a user can specify whether they want to auto resize a row OR a column. The parameters include starting index (inclusive), ending index (exclusive), and the dimension (row or column) for which the user would like to resize.

Running regression/unit tests, all passed as well as the linter.

Closes #1022

Copy link
Collaborator

@lavigne958 lavigne958 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job thank you for your contribution

@lavigne958 lavigne958 merged commit 780d80c into burnash:master Apr 21, 2022
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.

Auto-Resize for rows
2 participants