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
Steps to reproduce:
Thanks for the great plugin, btw.
The text was updated successfully, but these errors were encountered:
Hi @terwarf!
Thanks for reporting this issue! I'll get it fixed in the next update.
For now, you can work around this issue by triggering an applyWidgets method like this (updated demo):
applyWidgets
$(function () { $('table').tablesorter({ theme: "blue", sortList: [[1, 0]], sortForce: [[1, 0]], widgets: ['group', 'editable'], widgetOptions: { editable_columns: [0, 1, 2], editable_enterToAccept: true, editable_autoResort: false, editable_noEdit: 'no-edit', group_collapsible: true, group_collapsed: false } }).on('editComplete', function () { $(this).trigger('applyWidgets'); }); });
Sorry, something went wrong.
b9238d3
No branches or pull requests
Steps to reproduce:
Thanks for the great plugin, btw.
The text was updated successfully, but these errors were encountered: