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

Multiple tr child columns cannot be dragged #83

Open
Sgyxs opened this issue Jun 11, 2024 · 0 comments
Open

Multiple tr child columns cannot be dragged #83

Sgyxs opened this issue Jun 11, 2024 · 0 comments

Comments

@Sgyxs
Copy link

Sgyxs commented Jun 11, 2024

If there are two rows in my thead, and the upper and lower belong to the merged row relationship, after initialization can only width drag the first row and not width drag the second row. Here is my test table

Uploading jQuery Resizable Columns - 个人 - Microsoft​ Edge 2024-06-11 14-40-37.mp4…

<table class="table table-bordered" data-resizable-columns-id="demo-table-v2"> <thead> <tr> <th colspan="2" >first</th> <th colspan="2" >s</th> </tr> <tr> <th data-resizable-column-id="#">#</th> <th data-resizable-column-id="first_name">First Name</th> <th data-resizable-column-id="last_name">Last Name</th> <th data-resizable-column-id="username" id="username-column" data-noresize>Username</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> <td>2</td> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> <td>3</td> <td colspan="2">Larry the Bird</td> <td>@twitter</td> </tr> </tbody> </table>

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