DEV Community

Cover image for Drag and Drop Tables with React-Beautiful-DND (Part I)

Drag and Drop Tables with React-Beautiful-DND (Part I)

milandhar on November 16, 2019

This week, I wanted to experiment learning a new React component and implementing it into my EffectiveDonate website. I began to think of what aspe...
Collapse
 
pnave95 profile image
Patrick Nave

Nice post! Do you have full code somewhere? I looked at your github link, but I don't see any styling for the table component.

Collapse
 
milandhar profile image
milandhar

Hi Patrick, thanks for reading. Here's the link to my full Github repo for the project: github.com/milandhar/mod5-project-...

The style sheet is in /src/App.css. However, for the table, I imported a Semantic UI React Table (react.semantic-ui.com/collections/...). In the 2nd line of the StarredProjectsList.js file, I have import { Button, Icon, Table, Flag, Ref } from 'semantic-ui-react'.

Let me know if that helps!

Collapse
 
haseebmohsin profile image
Haseeb Khan

Hi dear! please let me know if you have part 2 of this post anywhere else i really need to know how to implement the database part to make the changes permanent.