JQuery Sortable and automatic scrolling

后端 未结 9 2424
走了就别回头了
走了就别回头了 2021-02-05 10:02

I am trying to get JQuery Sortable to work but I have run into a slight usability problem.

The list that I am trying to sort is quite large (about 200 items). If the

9条回答
  •  萌比男神i
    2021-02-05 10:34

    I had a responsive table with bootstrap, this would not let it work.

    not like this:

    ...

    like this yes:

     
       ...
     

    and use these options:

    scroll, scrollSensitivity, scrollSpeed

提交回复
热议问题