hiding tasks based on some property?

Hi,

How can i hide tasks dynamically?

there are multiple users per gantt and I want them to see only the tasks assigned to them so how can i acheive this?

thanks,

Hello,
you can add property “user” in task data and hide tasks with another users.

Example:
http://docs.dhtmlx.com/gantt/snippet/0d40d465

Also you can use filtration for displaying tasks.

Documentation:
http://docs.dhtmlx.com/gantt/desktop__filtering.html
Demo:
http://docs.dhtmlx.com/gantt/samples/07_grid/03_filtering.html