Skip to content

dragEnabled doesn't allow to enable dragging only on some items #198

@jledentu

Description

@jledentu

Problem

Currently, the prop dragEnabled enables dragging on all items globally. There is no way to allow dragging on some items and not on some others.

Proposal

dragEnabled currently accepts a boolean, but it could also accept a Functionsuch as:

dragEnabled: (item) => item.movable

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions