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

Column dragging with rowspan issue #268

Open
empatel96 opened this issue Jul 2, 2019 · 0 comments
Open

Column dragging with rowspan issue #268

empatel96 opened this issue Jul 2, 2019 · 0 comments

Comments

@empatel96
Copy link

empatel96 commented Jul 2, 2019

Hi,

I've got an issue with dragging a column when I have a rowspan set for any of the TD's.
<tr> <td>1</td> <td>7</td> <td>13</td> </tr> <tr> <td rowspan="2">2</td> <td>8</td> <td>14</td> </tr> <tr> <td>9</td> <td>15</td> </tr>

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

After Drag
fake1
fake2

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

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

No branches or pull requests

1 participant