Search found 7 matches

Thank you for your response.

I tried to understand how the compare function works but I don't know how to force an order list eg : "b, a, c" when we have an array containing "a, c, b". Sort will make a list like "a, b, c".

I reach my limit of javascript knowledge.
Thank you very much, it works perfectly!
Hi, Thank you for your response. I can now change the order of MenuItems. I tried to find how force the items list without sucess. I tried to change the plugin app.plgin.TaskContextMenu include in the Advanced Gantt Example but I have only the title. Is there any function that allow to force the ord...
Hi, Do you how I could change the order of Default ContextMenu. Actual order is : Task information Change color Delete Task Modify left label Modify right label Convert to Milestone Divide task Add Delete dependency I would to have a more practicable list: Add Task information Delete Task Change col...
I don't know why but now the function works ! return task.getShowInTimeline(); filters columns. I have however a two missing tasks that should appears : The complete list : Capture 1.png Filter by ShowInTimeLine, the Task "Commande matériel" is missing Capture 2.png I joined the json data.
I'm using Gantt 4.1.3, maybe there is an issue on this version ? For the 2nd question : I would like to change the "input field" by several option : - a special Date filter like EXCEL to manage Date column (startdate, enddate, contraintdate). On excel when you have a date column you can ap...
I'm using the Advanced Gantt Example. I don't understand how make a filter on the ShowInTimeLine column app/view/MainViewportController.js This code works correctly : onFilterTasks : function () { this.getGantt().taskStore.filterTreeBy(function (task) { return task.getDuration() >= 10; }); }, This c...