Our state of the art Gantt chart


Post by hemagopi »

Hi Team

when using excelExporter raw html is being exported along with text instead of pure text ..I referred one of the forum(viewtopic.php?t=16576) related to this issue as they make use of isExport flag ..Here I'm using bryntum 4.3.1 version.so Here I cannot make use of isExport flag and I cannot update my version ..Is there any workarounds which help me without updating my current version

Thanks

Attachments
excelexporter.PNG
excelexporter.PNG (16.46 KiB) Viewed 117 times

Post by alex.l »

Hi,

Nothing built-in, unfortunately. That flag was introduced exactly for the case you described.
As an idea, you can introduce global flag variable that you set to true when export started and set to false when it's finished (using export feature events) and check that flag in renderers to determine if you need to return a text or an html code.

All the best,
Alex


Post Reply