Our state of the art Gantt chart


Post by rajesh@step.nz »

Hi

We are looking to change the label of "control pagination" to different name, is it possible?

if yes, could you please guide us through where needs to be done ?

Thanks
Rajesh

Attachments
Screen Shot 2022-09-20 at 4.14.52 PM.png
Screen Shot 2022-09-20 at 4.14.52 PM.png (106.79 KiB) Viewed 167 times

Post by tasnim »

Hi,
Here is how you can achieve it

    features : {
        pdfExport : {
            exportDialog : {
                items : {
                    exporterTypeField : { label : 'Hello' }
                }
            }
        }
    }

Docs :
https://bryntum.com/docs/gantt/api/Scheduler/view/export/SchedulerExportDialog#default-widgets

Attachments
0ZD8kMTyk5.png
0ZD8kMTyk5.png (44.61 KiB) Viewed 164 times

Post by rajesh@step.nz »

Thanks tasnim, it is working.


Post Reply