You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is great with divs, but table->tbody->tr means that you can't put a thead in there properly. I've had table above it, but of course the columns won't match up.
Would a working example using a table be possible? Others seem to be able to do it, perhaps I'm missing something basic.
The text was updated successfully, but these errors were encountered:
I am having issues using this to be able to drag and drop rows in a table. I would have thought this would be a much requested feature.
The examples have three nestings
outer-> class="container" data-bind="sortable: { data: tasks }">
middle-> class="item">
inner-> data-bind="visible: !$root.isTaskSelected($data)"
this is great with divs, but table->tbody->tr means that you can't put a thead in there properly. I've had table above it, but of course the columns won't match up.
Would a working example using a table be possible? Others seem to be able to do it, perhaps I'm missing something basic.
The text was updated successfully, but these errors were encountered: