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

Have the data grid scroll on a move operation. #296

Open
ghost opened this issue Aug 28, 2020 · 0 comments
Open

Have the data grid scroll on a move operation. #296

ghost opened this issue Aug 28, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@ghost
Copy link

ghost commented Aug 28, 2020

Describe the new feature being added

When an attempt is made to move a row or column outside of the viewable portion of the data grid then the data grid will respond by scrolling in the direction of motion.

How will this feature improve this extension

Currently it is not possible to move a row or column outside of the page view.
This means that you would have to perform potentially many move operations to transport a row or a column a long distance . If on the other hand when you attempted to move a row or column outside of the page the grid began to scroll then we could move a long distance much easier.

@ghost ghost added the enhancement New feature or request label Aug 28, 2020
@ghost ghost added this to the 1.0 milestone Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

0 participants