avoid specific dragabla component
duardito opened this issue · 0 comments
duardito commented
Hi,
I have a question, I am returning a list with some divs, I want to avoid some divs to be draggable, for example:
`
--> not dragable
`
data 1
--> dragable
data 2
--> dragable
some ideas how to implement it?
EDIT:
I found a way.
regards