Stasi Vladimirov
Stasi Vladimirov
This project looks like it was abandoned. No updates in 6 months and init not working. There are 2 PRs without status update. @Errorname can you advice on best course...
@totaland have you tried to install this fork via npm?
A good example would by dynamically adding filters to datatable. Let's say you want to filter a table by Country, than by GDP, than by Date Range. 1. The user...
You can do that via should-allow-drop, it triggers on all elements, you can pass any extra data you want to it. This is more of a Vue question than anything...
Add a counter in your component and in onDrop increase the counter. Check if the counter reached the limit in should-accept-drop and return false when needed.
It is. One option is to make separate invisible absolutely possitioned drop zones and disable the main drop zones via should-allow-drop
Make the remote element draggable and position the dragged element relative to the draggable source. Visually hide the draggable element at drag start.
What about @get-child-payload="(event) => getChildPayload(event, data)" ?