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 ruins plugin's work #78

Open
nightrider77 opened this issue Aug 8, 2021 · 0 comments
Open

Colspan ruins plugin's work #78

nightrider77 opened this issue Aug 8, 2021 · 0 comments

Comments

@nightrider77
Copy link

So simple table, and plugin doesn't work

  <table id="tbl2" class="ui celled table" data-resizable-columns-id="demo-table-v2">
    <thead>
      <tr>
        <th data-resizable-column-id="a1" colspan="2">Actions</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td data-resizable-column-id="a2">Treeview</td>
        <td data-resizable-column-id="a3">Filters</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