johnny / johnny/jquery-sortable

Column dragging with rowspan issue

Open
#268 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
1.5k
Forks
429
PR merge metrics
No merged PRs in 30d

Description

Hi,

I've got an issue with dragging a column when I have a rowspan set for any of the TD's.
`
1
7
13


2
8
14


9
15
`

Notice how the cell with 9 doesn't stick to it's column but switches into other columns when dragging. And the same goes for other cells within the same row.

Original:
![original](https://user-images.githubusercontent.com/42419839/60500714-b8336b00-9cb2-11e9-8142-f165f3c3611d.PNG)

After Drag
![fake1](https://user-images.githubusercontent.com/42419839/60500710-b8336b00-9cb2-11e9-95bb-6d7c6c1ed2d1.PNG)
![fake2](https://user-images.githubusercontent.com/42419839/60500713-b8336b00-9cb2-11e9-9e60-4813b9a86b71.PNG)

The table will be used to create new columns dynamically and some will possibly have customised rowspans so I'm not sure about how to go about doing it

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.