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

Issues with drag and drop and moving rows not maintaining cell options #154

Closed
ragardner opened this issue Mar 27, 2023 · 1 comment
Closed

Comments

@ragardner
Copy link
Owner

ragardner commented Mar 27, 2023

Options such as highlights, dropdown boxes, alignments etc might not be maintained after drag and drop move_rows operations in certain circumstances

@ragardner ragardner changed the title Issues with drag and drop and moving columns and rows not maintaining cell options Issues with drag and drop and moving rows not maintaining cell options Mar 27, 2023
ragardner added a commit that referenced this issue Mar 27, 2023
Fixed:
 - [#154](#154)
 - `delete_column()` not working with hidden columns
 - `insert_column()`/`insert_columns()` not working correctly with hidden columns

Added:
 - `delete_columns()`, `delete_rows()`

Changed:
 - `delete_column()`/`delete_row()` now use `delete_columns()`/`delete_rows()` internally
 - `insert_column()` now uses `insert_columns()` internally
@ragardner
Copy link
Owner Author

Fixed in 5.6.2

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

No branches or pull requests

1 participant