Skip to main content

Questions tagged [jquery-multisortable]

Extends jQuery-UI sortable to allow selection and sorting of multiple elements

jquery-multisortable
-1 votes
1 answer
78 views

Sortable multiple selected items

I have two tables and I want to be able to drag and drop several items at once. The user selects the items through checbox and then can drag and drop them into the same or another table. I know it is ...
David's user avatar
  • 51
0 votes
0 answers
56 views

Sorting table with multiple tbody by first row only of every tbody

I'm trying to sort a table with multiple tbodies using jquery plugin tablesorter. The problem maybe is that I have a table inside the tbodies in the second row, and I think it is confusing the plugin. ...
Marian Roca's user avatar
0 votes
1 answer
72 views

javascript question about sorting array with timestamps

I am not that familiar with sorting arrays and objects within Javascript and are wondering about how you would sort out objects after certain conditions. The end goal is use this sorting in a calendar ...
Chris Lex's user avatar
1 vote
1 answer
673 views

Using JQuery Multisortable plus filtering a list

So, here is the problem... I have two lists. I want the user to be able to drag from one list on the left to build a new list on the right, but also want to give them the ability to filter the left ...
Gatesey's user avatar
  • 34
0 votes
0 answers
217 views

Is there a way to tell user the multi-sort order in jqgrid?

I am using jqgrid(4.5.4) and implemented multi-sorting in it using code below. multiSort: true The client also wants to see what column they sorted first and so on. Do we have a way to display it in ...
Aswin K's user avatar
  • 343
0 votes
1 answer
792 views

jQuery Multisortable with CustomScrollBar

I am using the mulisortable jquery plugin (github.com/shvetsgroup/jquery.multisortable) along with mcustomscrollbar plugin (manos.malihu.gr/jquery-custom-content-scroller), and I am having trouble ...
Cortez1138's user avatar