-
I want to sort a field by using `sortable: true` as a parameter but it's giving me an error
> Uncaught Invariant Violation: Objects are not valid as a React child (found: object with keys {upIcon}…
-
```
What steps will reproduce the problem?
1. I am interested in seeing the most recently updated/added proposals, or
those from a particular student, or with a particular mentor...
What is the expec…
-
```
Public Newsfeeds page for entire site, sortable by type (Calendar, Store -
Sales - New Products, Ads - Coupons, Text, "Badges" and automatic Newsfeeds)
```
Original issue reported on code.google…
-
```
implement in modules:
define('SORTABLE_GRIDFIELD_BASE', basename(dirname(__FILE__)));
```
Original issue reported on code.google.com by `nfranc...@gmail.com` on 23 Jan 2013 at 1:51
-
# Problem Description
Sortable works great for static html lists. Not so great for data-driven lists. Take the example from the demo, but actually using Aurelia:
app.js
```javascript
export cl…
-
### 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
-
Right now the column for "exported in SiSu" has 3 states: ✅exported,❌not exported, ⚠️ another final grade is exported,
Proposing to split the ⚠️ state in another:
-BETTER final grade is exported
-…
-
if dragable container within continer when drag,it will sort unexpectable lost draging element in some times
1.10.2 works fine
![ok](https://user-images.githubusercontent.com/1646883/104544707-6…
-
I have a Sortable in my page, which works seamlessly. What I want is to be able to drag an item from Sortable and drop it on Draggable. I can do it, but I don't receive component object into my droppa…
-
Hello,
I try to install SAMPO-UI via npm on a server where I unfortunately cannot install Docker (not allowed by the ICT department).
I am using the most recent version of nodejs (`v18.20.0`) and …