scottdurow / power-drag-drop

MIT License
131 stars 28 forks source link

Configurable Drop Validation #40

Open scottdurow opened 1 year ago

scottdurow commented 1 year ago

Allow items to be individual items to be configured with the target zones they are allowed to be dropped into.

josephdouce commented 8 months ago

You can do a messy work around with adding columns then check the dropzone with the drop if it's allowed. If not reset the zone and reload.