Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
55 views

I want to make a jquery sortable dashboard for my users. The dashboard has blocks with different sizes. However if I move small blocks on the right of a big block, they sort correct, but the other ...
Germ Knol's user avatar
0 votes
1 answer
54 views

I have a problem with jquery-ui sortable's placeholder. I'm trying to sort a collection of div and add a placeholder of where it would drop it. Currently it seems like the placeholder is "stuck&...
Carsten Løvbo Andersen's user avatar
0 votes
1 answer
55 views

I want to use a form to let users rank a list of items and store the ranking in a form field called ranking. I am using "Sortable" to and "toArray" for this: <ul id="items&...
Marco Lambrecht's user avatar
0 votes
0 answers
43 views

I want to be able to implement drag and drop on this page meaning I should be able to rearrange the rows as I want. This is not working for me. I am not able to drag the rows around. This is an ASP....
Baba's user avatar
  • 2,247
1 vote
0 answers
53 views

I have an unodered list which uses JQuery to reorder the list. Each list item is made up of several parts:- switch ($categ) { case 'P': $p1 = 'C'; $p2 = 'E'; break; ...
andywicks's user avatar
1 vote
1 answer
75 views

I have two tables and I am able to drag and drop multiple elements using sortable. My problem is that when I drag items from table2 sometimes in table1, ui.item.index() returns -1. After some tests I ...
user avatar
1 vote
1 answer
100 views

I have two tables where I can drag and drop items between tables and drag and drop items within the same table. I want to detect the table from which the item is coming. Receive event only fires when ...
user avatar
0 votes
1 answer
78 views

I have a problem with jquery sortable on table. My table goes like this: <table> <thead> <th>Number</th> <th>Text</th> <th>Order</th> </...
Lindsay's user avatar
  • 95
0 votes
1 answer
37 views

I want to create a number of boxes that increases when the user click an action button. I tried to create a counter, initialized it on 1 and linked it to an action button. When I try to use the ...
Giuseppe's user avatar
2 votes
2 answers
144 views

I've been trying to make a simple grid system with pawns (chess-like) for my dungeons and dragons sessions using jquery sortable. I am using laravel with blade for a project. So in the code below, (...
Scarlet D.'s user avatar
0 votes
1 answer
320 views

In my view I have <table class="table table-striped bg-white table-sm"> <thead> <tr> <th scope="col">Název</th> ...
mardon's user avatar
  • 1,115
0 votes
2 answers
197 views

first of all wishing all of you successful 2024 year! Im trying to create a date range sortable filter in my PySimpleGUI table app, but unfortunately im getting this error all the time: Traceback (...
vladimirplamenovkostov's user avatar
0 votes
0 answers
35 views

I have been struggling with sending 3 arrays to a PHP update script with ajax. The goal is to have three lists on the page (employee, manager, admn) and when the user drags an item from one list to ...
digerati's user avatar
0 votes
1 answer
92 views

Summary Create Panel, and add Layers to panel. When trying to delete a layer the last layer in the panel is deleted, instead of the layer item selected for destruction. Full Issue: Understanding ...
GrumpyDog's user avatar
  • 125
-1 votes
1 answer
75 views

This is an exercise from the book "Learn jQuery 3". I need to change the code so when i click on the title title the books are sorted by number of characters in the title not alphabetically ...
Abe1985's user avatar
0 votes
2 answers
164 views

I am trying to jQuery UI sortable work with zoom CSS property on body. But it's not allowing me to drag and drop correctly on the right position. Drag only working with half area, if user try to drag ...
Vijay Dhanvai's user avatar
0 votes
2 answers
870 views

I have project in laravel 10 with kyslik/column-sortable. When I get route: Route::get("/test", [searchEngineController::class, 'sort']); and in searchEngineController::sort: public ...
Execss's user avatar
  • 11
0 votes
1 answer
52 views

I am working on a project which uses the jquery-ui sortable widget. Under certain circumstance, I need to ask the user a question that relates to the sort, then the update callback will behave ...
Ben Holness's user avatar
  • 2,745
1 vote
0 answers
697 views

i want to have drag and drop sortable layout for my bootstrap cards. i did dowith sortable jquery plugin but it is draging and droping in a row. i want that if i have card 1 that is bigger height col-...
mandm123's user avatar
0 votes
1 answer
78 views

I have an image section in html, where images are shown as grid and user can drag and rearrange, according to the rerrangement the image names are stored in the hidden input box, this is working fine, ...
TBC's user avatar
  • 89
1 vote
1 answer
344 views

IMAGE What I want to achieve: when draggable element is over a droppable, I want to know how far away my mouse is from center/top border/ bottom border of that droppable. For example: if proximity of ...
user avatar
0 votes
0 answers
523 views

Looking for solution to sort a table produced with df.to_html in streamlit. I know streamlit can produce dynamically sortable table only if we don't use df.to_html but due to some reason I am bound to ...
Namo Gumba's user avatar
0 votes
0 answers
60 views

I have three tables. User, listitem and Song. User and listitem have Many-to-Many relationship with a table songcart. and listitem has one to many relationship with Song. whenever I add a listitem to ...
Gregoriy Kim's user avatar
0 votes
1 answer
164 views

I'm using the Jquery UI sortable plugin for sorting a layout of avatars. And when you sort with this plugin you change the position of every element, if you drop the first element on the fourth place ...
arderoma's user avatar
  • 427
1 vote
1 answer
89 views

I am trying to add a rank_list from the sortable library in a Shiny application. This seems to work fine if the input is in the fluid page part of the UI. When I add it to a shinyalert() or a modal, ...
shbshk's user avatar
  • 72
1 vote
2 answers
229 views

I have two connected lists - Child list and Parent list. Child list will always be a subset of the parent list. Below are the two requirements for which I need help: I want to copy data from parent ...
Learner's user avatar
  • 93
1 vote
1 answer
105 views

I have been following the solution provided in this post to update the names and column order of a dataset in a Shiny app. The original solution used a dummy dataset, but now I want to extend this ...
mat's user avatar
  • 2,663
0 votes
1 answer
76 views

So what I would like to do is having column one where data shown from database, and this data can be dragged and dropped to column two, finally data in column two can be save to another table in the ...
Dave's user avatar
  • 3
1 vote
1 answer
200 views

This question is just an extention of this question The following code consists of two containers or divs or bucket_lists from the sortable R package and each bucket_list consists of two add_rank_list ...
Bahgat Nassour's user avatar
0 votes
1 answer
331 views

I have two unordered lists, and I want to be able to drag copies of any element in the first list, to a new second list. When the item is dropped, I want to access that element, in order to add it to ...
Dan's user avatar
  • 1,254
1 vote
0 answers
61 views

I've a list of items and with this I've give checkbox. I've use sortable function of jQuery for drag & drop that item. When I check item only that item should be move at a time how could I do this ...
Vaishnavi Deshpande's user avatar
-1 votes
1 answer
87 views

I am trying to iterate through a list of children elements and pass their encrypted IDs via AJAX to my controller to update display order on drop using jQuery Sortable. jQuery is selecting the correct ...
Unconquered82's user avatar
0 votes
1 answer
141 views

I got a table with 3 rows on which I enable sorting like this: $('#table').sortable( { items: '> tbody > tr', handle: 'td:not(.no-drag)', cursor: 'pointer'...
Mauro Sampietro's user avatar
0 votes
1 answer
38 views

I got a table with 2 rows: <table id='table'> <tr class="no-drag"><td>row 1</td></tr> <tr class="sortable"><td>row 2</td>&...
Mauro Sampietro's user avatar
0 votes
1 answer
550 views

I have an ASP.NET Core 6 MVC application. On one page I have a table; I want to support drag'n'drop for its rows. Afterwards the User is able to click on "Submit" and make the changes ...
SuperNev's user avatar
0 votes
1 answer
834 views

Has anyone used the jQuery UI Sortable widget on a Bootstrap 5 responsive page? My page has a series of <div class="col-lg-6"> elements, so it shows two per row. The sorting works. But ...
Jonathan Wood's user avatar
0 votes
1 answer
92 views

I am building a sortable where items can be dragged among day containers. The number of days will vary. When an item is dragged from one day to another, I am trying to get the container of the new day....
thom's user avatar
  • 74
0 votes
1 answer
71 views

In my JQueryUI test of resizable and sortable elements when I attempt to add objects dynamically, it loses its ability to be resized. It works well when it is statically included in the HTML DOM. HTML ...
sandeepzgk's user avatar
1 vote
1 answer
212 views

I have a page where two drag and drop functionalities are working. Suppose A and B are draggable components and C and D are droppable regions. But I have to restrict A being dropped in location D ...
Swati Dhurandhar's user avatar
1 vote
1 answer
517 views

I am trying to use jQuery UI to make a sortable table. It is working fine for the rows already added before the page load. However, I also have function to let users to add new rows, if they need. ...
Biblo's user avatar
  • 15
0 votes
0 answers
72 views

i use sortable's & Droppables to receive elements from a draggable list. As soon as the update function is executed a modal opens. I want to achieve that the update function is interrupted and ...
DasBeastx3's user avatar
0 votes
1 answer
54 views

I am doing sorting with jquery ui's sortable function. I have a problem. Anyone can help me? for example, when I take a li from #sortable2 and move it to #sortable1, I want to assign the value 0 to ...
user avatar
0 votes
1 answer
220 views

I have a table which I have made sortable(rows can be dragged and dropped using jquery) , I want that if the user drags and drops the rows and forgets to click on update button and tries to navigate ...
electro_guy's user avatar
0 votes
1 answer
80 views

I have a table whose rows are made draggable using sortable property as mentioned below. <script type="text/javascript"> $(function () { $("#tblLookup1 tbody")....
electro_guy's user avatar
1 vote
0 answers
82 views

I was trying to use JQuery UI Sortable plugin for multiple tables. The idea was to grab and drop elements in cells of a table, by connecting all <td> tags with this plugin. It looks like this: ...
Yokawaii's user avatar
0 votes
0 answers
63 views

I have a jquery table with property set to sortable( I can drag and drop rows), <script type="text/javascript"> $(function () { $("#tblLookup1 tbody").sortable({ ...
electro_guy's user avatar
0 votes
1 answer
2k views

I have a jquery table , which I have made sortable( can drag and drop items) using below code. $("#tblLookup1 tbody").sortable({ items: 'tr', cursor: 'pointer', ...
electro_guy's user avatar
0 votes
1 answer
418 views

I have two tables in my html. The first is loaded on page load, the second is generated on button click. My sortable function does not apply to the generated table. Can you explain why? Here is my ...
maxischl's user avatar
  • 641
1 vote
0 answers
54 views

In the image below is my sortable container and individual image can be dragged and dropped to sort. But the action links(icons) in the box are not working on the android browser because of the Js. ...
jiya ranka's user avatar
0 votes
1 answer
108 views

I created a field editor where you can create several blocks via drag & drop and they are cloned, because you can use as much blocks as you want. Then there is the chance to put in fields from a ...
Deen's user avatar
  • 51

1
2 3 4 5
69