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

Will cell range selection be supported? #594

Closed
gopal-abbineni opened this issue Dec 29, 2021 · 2 comments
Closed

Will cell range selection be supported? #594

gopal-abbineni opened this issue Dec 29, 2021 · 2 comments
Labels
question Further information is requested

Comments

@gopal-abbineni
Copy link

Hello, Is this grid will support Cell range selection (Selecting multiple cells by dragging / clicking)? If not do we have any plans to implement ?

@gopal-abbineni gopal-abbineni changed the title Is cell range selection support? Will cell range selection be supported? Dec 29, 2021
@ghiscoding
Copy link
Owner

Your question is not very clear but I believe what you're asking is already doable, you just have to code it. I don't have Examples for everything but you can find plenty more on SlickGrid (core lib) in Examples list, also a recent PR #584 made in my lib will bring support to auto-scroll while selecting (by cell or by row), it's merged but not released, you can see the code in the new Example 17, the second grid does row selection by mouse selection

Also please open a Discussion instead of an issue when it's... well not an issue, also consider asking any code question on Stack Overflow

@ghiscoding ghiscoding added the question Further information is requested label Jan 2, 2022
@ghiscoding
Copy link
Owner

ghiscoding commented Jan 6, 2022

@gopal-abbineni
I just released the new version 1.2.0 which includes the new live Example 17 demo that I mentioned earlier, so you can now see it live. Also to get the row selection with the checkboxes, just add this enableCheckboxSelector: true grid option.

You can also check the new Release 1.2.0 to see what's new and you can also upvote ⭐ if you like the lib, cheers 😉

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

No branches or pull requests

2 participants