-
Notifications
You must be signed in to change notification settings - Fork 754
Colspan breaks the sorting in the latest version #78
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
Comments
I have this demo with multiple colspans and I'm not seeing an error... is it a particular browser? |
The demo you mention here is a little bit something new. <thead>
<tr><th colspan="2">Name</th><th>number</th></tr>
</thead>
<tbody>
<tr><td>Some person 1</td>
<td><a href=action1>delete</a></td>
<td>555-777-9999</td>
</tr> This type of table is not functional with the latest version. It worked the whole time beautifully until now. |
Ok, thanks for clarifying that. I'll have the problem fixed in the next update. |
Hi Mottie, This may be related to this same issue, but I found another problem related to using the normal colspan. It was really hard to narrow it down, because it only occurs with the compiled code and only when jquery.metadata is also included. It throws a javascript exception, that isn't very helpful. So apparently metadata, just like the css is causing issues with colspan. |
Ok, hopefully these colspan issues have been fixed in v2.3.5. |
Thanks for fixing, works great now. |
If a table has a colspan in the header, trying to sort on that column will cause js error.
The text was updated successfully, but these errors were encountered: