koenbok / Framer

Framer - Design Everything
https://framer.com
MIT License
5.84k stars 479 forks source link

Table Drag and Drop Example? #589

Open orpheus opened 5 years ago

orpheus commented 5 years ago

Is there an example of using Framer to create a Drag and Drop table? Having trouble getting started with it. Currently I'm just wrapping Frame around a table row:

<Frame drag> {tableRow} </Frame>

But it screws up the styling of the table and removing the styles doesn't seem to do much.

Any help would be appreciated