search envelope-o feed check
Home Unanswered Active Tags New Question

Questions Tagged rowfilter

How to prevent the changed between dates when we implemented Rowfilter and Scrolling.

Answered: When infinite scrolling is enabled, it is necessary to be careful when changing the Scheduler timeline parameters (scale, cellWidth, startDate and especially days). The infinite scrolling feature shi...

Hide rows in Gantt

Answered: The row filtering API is not implemented in the Gantt chart at the moment. However, you can hide the row by setting .row.hidden attribute of the task to true: var task = dp.tasks.list[0[; if (!tas...

Filter in columns

Answered: Since build 8.0.1545 it's now possible to specify custom row data (tags) and use them in onRowFilter: Specifying custom row data (tags): dp.resources = [ { name: "Room A", id: "A"}, // ... ...
Questions 1-3 of 3