Our flexible Kanban board for managing tasks with drag drop


Post by yingtao »

When I drag task,I want other task don't move,How can I do?


Post by mats »

Can you please share a small video of your desired User Experience?


Post by johan.isaksson »

There is no such config option, but you could try styling the drop indicator. Use .b-taskboard-card-drop-indicator and for example change its height:

.b-taskboard-card-drop-indicator {
    height: 1px !important;
}

(using important since it gets a height in style which needs overriding)

Result:

dropindicator.gif
dropindicator.gif (138.36 KiB) Viewed 579 times

If you dont want them to move at all, you could try manipulating margin etc too.

Best regards,
Johan Isaksson

Post by yingtao »

Thanks a lot,I solved this problem.


Post Reply