Our state of the art Gantt chart


Post by rahulranjan »

HI
Thanks

import { DateHelper } from 'bryntum-gantt';
import SinglePageExporter from 'lib/Grid/feature/exporter/SinglePageExporter.js'; - This gives error 

As it is not able to find the module


Post by Maxim Gorkovsky »

What I meant by this line is that you should import SinglePageExporter from somewhere. If you're using the bundle, you should try this:

import { SinglePageExporter } from 'bryntum-gantt'

Post Reply