-
### Overview of the problem
I'm using react-sortable-pane for my react project it works fine on chrome (drag and drop and sort functions is working fine) but not on IE
### D…
ghost updated
6 years ago
-
Hi,
i'm implementing ng-sortable. This is my html:
```
{{startDrag[$index].name}}
```
When i move the first element, it is sorted correctly. But when i move…
-
### I'm opening this issue because:
When I drag an item to any area inside or outside of the wrapper it disappears from the screen. There are no console errors. This may be related to #278 although I…
-
**Describe the bug**
I'm using the following configuration for my Sortable instance:
```
const sortable = new Sortable($tree, {
group : {
name : 'ui-tree-sortable'
},
sort :…
AJB99 updated
2 years ago
-
GET "/invoices/_definition"
``` json
{
"columns" : {
"gdid" : {"type" : "int", "isPrimaryKey" : true, "sortable" : true, "filterable" : true},
"status" : {"type" : "enum…
-
Is there any way to disable the Sortable within onFilter function? I'd like it to stop working when the user clicks on any of the filtered lists elements that are inside the sortable block. Not much l…
-
```
I am using jgrid plugin for struts2.
For my jqrid navigatorsearchoption I am setting modal=true.
But the search dialog doesn't opens up in modal mode.
My jgrid code is as below:
…
-
How to hide sortable column if change permissions missing?
jedie updated
4 months ago
-
Hi,
I have implemented react-sortable-tree in my project, but as I see it doesn't work with react 17 version.
Can you you please tell do you planning update this package working for react 17 as w…
-
Hi, I am using angular 4 and sortable js to drag pictures,
I have 2 pictures, picture A and B, when I move picture B to the first pic and A as the second pic, when I hit save, the picture won't sav…