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

Not working when a header has some colspan #57

Open
fguillen opened this issue Jun 21, 2016 · 1 comment
Open

Not working when a header has some colspan #57

fguillen opened this issue Jun 21, 2016 · 1 comment

Comments

@fguillen
Copy link

For this table the plugin is not working, the columns get messy when you try to sort them:

<table class="table dragtable"> 
  <thead> 
    <tr> 
      <th colspan="2">Color</th> 
      <th class="draggable">First Name</th> 
      <th class="draggable">Last Name</th> 
      <th class="draggable">Username</th> 
    </tr> 
  </thead> 
  <tbody> 
    <tr> 
      <th scope="row">1</th> 
      <td>Red</td> 
      <td>Mark</td> 
      <td>Otto</td> 
      <td>@mdo</td> 
    </tr>  
  </tbody> 
</table>

Here is a jsFiddle that reproduces the issue: https://jsfiddle.net/fguillen/qnv72d5x/

@Alexispoveda
Copy link

Did you manage to solve this?

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

2 participants