DashDragAndDropCards.mp4
We use dragula for the dragging process, and
we use dash mantine components for the looks.
Many thanks to https://community.plotly.com/t/drag-and-drop-cards/42480/2
- order change
- change cards column
- Change tables
- mirroring the database (the dimmed table below the normal one in the video)
First install all the packages required:
pip install -r requirements.txt
then run:
python main.py --theme="dark"
Note
To change the amount of columns, open data.py
and change column_amount
value.
To change the amount of cards per column, open data.py
and change card_amount_inside_columns
.
To change amount of tables, change table_dimensions
in data.py
.