I have jQuery draggable set up and working ok on a table row. Currently you can select and drag the entire row. What I want is for a “grip” style icon to be displayed on the left from which you can initiate the drag. How do I set this up?
Share
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.
You can read how to do it on official documentation page.
I haven’t worked with draggable myself yet, but to implement such handle for sortable, using official documentation, was an easy task.