Skip to content
#

sortable

Here are 145 public repositories matching this topic...

Sortable
waynevanson
waynevanson commented Apr 16, 2020

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

react-beautiful-dnd
vdh
vdh commented Mar 23, 2020
  1. Add the react-beautiful-dnd package

Okay…

  1. Use the package
import { DragDropContext } from 'react-beautiful-dnd';

This is just an import statement…?

  1. 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

dumbmatter
dumbmatter commented Nov 13, 2019

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

mstange22
mstange22 commented Oct 5, 2018

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

aaronmanela
aaronmanela commented Feb 7, 2020

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.

Improve this page

Add a description, image, and links to the sortable topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sortable topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.