is it possible to move selected rows up and down using arrow keys? The drag and drop works great, but my project requires moving using a keyboard as well.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
set
enableCellNavigation: truein the options object. If you inspect the cells with Firebug or the like you’ll notice that theactiveclass value moves along with your keyboard presses.So the thing is to CSS-format
.active, I’m not sure whether SlickGrid provides it it already.