Our state of the art Gantt chart


Post by revill »

Hello,
In my Salesforce project using Salesforce Gantt example I would like to use function from https://www.bryntum.com/products/gantt/docs/api/Core/helper/StringHelper
But I don't know how can I import that library to use it.
I thought it will be present as a library same as for example

import GanttToolbarMixin from "./lib/GanttToolbar";

but I can't find it anywhere in the Gantt examples.

Could You provide me a proper way to import this helper to my Salesforce project?

Thank you in advance.


Post by alex.l »

Hi revill,

It should be already imported and available in global scope.

Try bryntum.gantt.StringHelper ?

All the best,
Alex


Post by revill »

Thank you Alex.
It's working


Post Reply