Topic: Drag and drop
vertalm free asked 3 years ago
Hello
Looks like error in drag and drop plugin Please check it here https://supfoxy.com/test.html
Thanks
Michał Duszak staff answered 3 years ago
Are you sure you are importing both css and js files for drag and drop plugin? I have tried this on my machine and everything works fine. Remember to load CSS both for mdb and plugin, e.g.:
<link rel="stylesheet" href="../mdb/css/mdb.min.css" />
<link rel="stylesheet" href="../plugins/css/drag-and-drop.min.css" />
Also remember to load JS both for mdb and plugin, e.g.:
<script type="text/javascript" src="../mdb/js/mdb.min.js"></script>
<script type="text/javascript" src="../plugins/js/drag-and-drop.min.js"></script>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB Standard
- MDB Version: MDB5 3.10.1
- Device: Laptop
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: Yes
Michał Duszak staff commented 3 years ago
Hello, are you sure you implemented this properly? As I can see you wanted achieve a grid - could you check if this code works in your project? https://mdbootstrap.com/snippets/standard/m-duszak/3492501#css-tab-view
vertalm free commented 3 years ago
Yes, same issue.
Sometimes when i try to drag item its works, but sometimes not Check at same page https://supfoxy.com/test.html