We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the first visible row of a table has cells with colspan>1, cells below it are not resizable.
<thead> <tr> <th data-resizable-column-id="#">#</th> <th data-resizable-column-id="first_name" colspan=2>First & last Name</th> <th data-resizable-column-id="username" id="username-column">Username</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr>
This slightly adapted version of the demo, gives only two resize handles.
<div class="rc-handle-container" style="width: 1139px;"> <div class="rc-handle" style="left: 71px; height: 149px;"></div> <div class="rc-handle" style="left: 943.067px; height: 149px;"></div> </div>
Is there a way to have the third handle be added?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the first visible row of a table has cells with colspan>1, cells below it are not resizable.
This slightly adapted version of the demo, gives only two resize handles.
Is there a way to have the third handle be added?
The text was updated successfully, but these errors were encountered: