sortable
Here are 145 public repositories matching this topic...
- Add the react-beautiful-dnd package
Okay…
- Use the package
import { DragDropContext } from 'react-beautiful-dnd';
This is just an import statement…?
- Profit
🕺
How? Step 2 was just an import statement.
The rest of the doc goes into other topics. I'll have to dig around elsewhere to find out how to actually use it. It's not a helpful installation
Examples available here: http://clauderic.github.io/react-sortable-hoc/
like basic usage, there has the code of this example.
Support all of the examples with it's code ?
Bug description
For a custom tab heading with an input element. It is not possible to insert a space in this input.
It seems that the space is not possible because of this code block:
Plunker/StackBlitz that reproduces the issue
- User case:
- for programmers new to the library to get some context on how to add customization functions and styles
- Implementation ideas:
- Thinking of creating a markdown doc or webpage or something
-
Updated
Jun 30, 2020 - Java
A really minor 'problem':
the draggable component's render documentation says it recieves the 'ref ' parameter, when it doensn't happen.
Container:120 >> return this.props.render(this.containerRef);
Draggable:21 >> return React.cloneElement(this.props.render(), { className: wrapperClass });
Example: https://codesandbox.io/s/basic-react-movable-jm1ld
I can observe the problem in Safari 13 on iOS.
It works fine in every other browser I tried. Even Safari on desktop works!
But with Safari on iOS, what I see there is that the table displays, and reordering the table by dragging the handles works, but scrolling the table to the right does not work.
I haven't looked into the re
- Get the original canvas element
- canvas2image
let image = new Image();
image.src = canvas.toDataURL("image/png"); - replaceChild(duplicateCanvas, image)
so good !!!
-
Updated
Feb 23, 2020 - JavaScript
English Doc?
I have seen some react-dnd libraries, and I really like the look and feel of the examples of this package, but: Language its a problem, is there a chance of an English doc for this repo?
-
Updated
Jul 7, 2020 - TypeScript
-
Updated
Mar 22, 2020 - TypeScript
-
Updated
Jun 16, 2020 - JavaScript
scopeSorted should order by sortableGroupField as well as sortableField. Otherwise, $this->hasMany()->sorted() returns mis-ordered result (especially noticeable when with composite sort group).
E.g.
class Post extends Model {
use Sor
Hi, we've been using this component for quite some time, but I just noticed some odd behavior in production.
We render a map of an array of "cards", each one is basically an image with a header and a footer.
<Card>
<Header />
<img />
<Footer />
</Card>
The card behaves as expected (and as it has in the past) when dragged from the header or footer, but no longer reorder
-
Updated
Jul 7, 2020 - TypeScript
install of
"dependencies": {
"@angular-skyhook/core": "1.4.0-rc.0",
"@angular-skyhook/multi-backend": "1.4.0-rc.0"
}
results in
npm WARN @angular-skyhook/multi-backend@1.4.0-rc.0 requires a peer of @angular-skyhook/core@^1.0.0 but none is installed. You must install peer dependencies yourself.
-
Updated
May 24, 2020 - JavaScript
Document classes
It would help if the documentation outlined all the classes added to elements. I want to do some cool stuff. Also personally, I found the transitions were too long and didn't realise it was just a CSS transition :)
-
Updated
Jul 3, 2020 - Vue
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
Dec 20, 2018
-
Updated
Sep 28, 2018 - JavaScript
Improve this page
Add a description, image, and links to the sortable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sortable topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
readme is lengthy, verbose, not up to date and difficult to navigate.
Describe the solution you'd like
Add a separate set of docs host on github pages or in the wiki.
Describe alternatives you've considered
This is the alternative.
Additional context
Missing API's, missing examples, missing common solution