Closed Lessy closed 7 years ago
Hi Sebastien, I realized that this has nothing to do with the Wicket-integration but with JQueryUI#sortable itself. The solution is simple: connect Wicket-Sortable with tbody instead of table and it works "magically". The tr's are draggable and droppable :-)
Sorry for disturbance, regards Hans
Hi Sebastien,
Sortable works fine on <ul> with <li>-tags but if I use a <table> with <tr>-Tags instead (with <td>-tags inside of it of course), it stops working. If I drag a <tr>, the whole table is being dragged. So how can I make the <tr>-tags inside my <table> sortable by drag&drop? And is this evt. something that can be done with the Kendo Datatable-component? Thanks and regards Hans