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

colspan in top row makes cells below not resizable #73

Open
HaKr opened this issue Feb 7, 2019 · 0 comments
Open

colspan in top row makes cells below not resizable #73

HaKr opened this issue Feb 7, 2019 · 0 comments

Comments

@HaKr
Copy link

HaKr commented Feb 7, 2019

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?

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