0
<polymer-dragula>
    <div class="row-holder">
        <div class="column">
            <p>item-1</p>
        </div>
        <div class="column">
            <p>item-2</p>
        </div>
        <div class="column">
            <p>item-3</p>
        </div>
        <div class="column">
            <p>item-4</p>
        </div>
        <div class="column">
            <p>item-5</p>
        </div>
    </div>
</polymer-dragula>

This doesn't work.

Brandon Minnick
  • 13,342
  • 15
  • 65
  • 123

2 Answers2

1

For drag and drop i will recommend you

polymer-sortablejs

its also available

"polymer-sortablejs": "bmwalters/polymer-sortablejs#2.0-preview" easy to handle and impliment

Naqash
  • 61
  • 4
0

Perhaps you forgot to read the information mentioned in the github.

Information: Before bevacqua/dragula#470 gets merged into dragula this element might not work correctly inside Shadow DOM.

Ofisora
  • 2,707
  • 2
  • 14
  • 23