Our flexible Kanban board for managing tasks with drag drop


Post by bhargav battula »

How to customize the inbuilt loading symbol which we see while refreshing the page before displaying cards


Post by tasnim »

Please check this https://bryntum.com/docs/taskboard/api/Core/widget/Mask
You can add some styles like this

.b-mask-content {
    // change the background color
    background-color: red;
    // change the text color
    color: blue;
}

This may also can help https://bryntum.com/docs/taskboard/guide/Grid/customization/iconfont#font-awesome

Good Luck :),
Tasnim


Post Reply