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
I would like to know, how can I define draggable are or one elemet in the row?
My rows of table is on fullscreen on my Tablet device, therefore I can't scroll.
Everywhere I tap the raw then I can sort them, therefore I can't scroll.
Hi,
I would like to know, how can I define draggable are or one elemet in the row?
My rows of table is on fullscreen on my Tablet device, therefore I can't scroll.
Everywhere I tap the raw then I can sort them, therefore I can't scroll.
`
<script type="text/javascript"> $('.wrapper').sortable({ connectWith: $('.wrapper') }); </script>
Any idea would be helpful.
The text was updated successfully, but these errors were encountered: