Kanban SwimLane Support

If the component can be configured with swimlanes ?

Yes, you can organize any combinations of columns, including separate swimlines.

http://docs.webix.com/samples/63_kanban/04_layouts/02_complex_layout.html

Above is just one of possible layouts, you can create your own through an existing API.

How can i approach my required functionality with your component,
How can i do the following :
I want to display the kanban as grid rows with multiple columns,
I have users with their own tasks and i want in the user row display their tasks in the suitable status column ?

There is not a ready solution for such a kanban board. Kanban displays assignee’s avatar in the top right corner on each card.

However, if you need to display tasks for each user in a separate row, you can create multiple Kanbans ( one for each user) and put them as layout rows.

As you suggest it is not a solution for me,
So i understand that you will not be implementing this option.
Thnx,
maria

Please check the next snippet

http://webix.com/snippet/d5f9692e

Using multiple kanban view doesn’t mean that you have multiple separate widgets, they all can be combined together.

How can i sent to you image illustrate what i need ?

Upload it on any image sharing service (http://imgur.com/) and post url here

http://webix.com/snippet/6ef64291

See your example columns status not attached with user rows:
and it doesn’t clear how you bind task per user.

http://i.imgur.com/UdA4zRV.png

  • It possible to reorganize layout and make full columns collapsible
  • currently data mapped based on “status” value, can be redefined and mapped by separate status and user_id values.

Can you provide a sample because i didn’t see it as you said,

Swimlanes working like a grid and you can move task between rows and columns,
for example users and their tasks you can change task status and you can move task from one user to another.

In case of Webix Kanban you can create any set of panels, there are no special swimlines. By using layouts, you can organize kanban panels in rows and columns as you wish.

By default, for each list you can define a unique status. With some custom code ( public API ) it possible to separate tasks not only by status, but by user-id as well.

We will prepare a few extra samples to show this functionality, but it will take some time. If you have a support subscription - please open a support ticket, it will speedup process a lot.

I can’t wait for a long time because i should decide wich company that i will buy from it the kanban.