ConorWebb96 / bb-kanban-draggable

With this plugin you are able to create and delete tickets, Create and delete columns and manage ticket states.
10 stars 4 forks source link

Reorder cards #3

Open DeadGhost1407 opened 1 year ago

DeadGhost1407 commented 1 year ago

This is amazing!! I am looking into how to make it reorder cards by drag and drop but i am a newbie and struggling. I’ll share if I succeed, but if you are able you do it before I can, you’ll be my hero :)

ConorWebb96 commented 1 year ago

Hey @DeadGhost1407,

It should allow you to drag the cards between columns out of the box?

Do you maybe mean changing the columns positions? If this is the case you'll need to add Order column to the state table. These are auto increment whenever you change the order and create knew ones once this column is added.

DeadGhost1407 commented 1 year ago

Hey @ConorWebb96 thanks for the response. The column reordering works great, but I meant changing the positions of the cards within a column.