Our blazing fast Grid component built with pure JavaScript


Post by vconstruct »

Hi Team,

Is there a way where we can export the excel in expanded view even though some activities are collapsed in the grid

Current output :

Expected Output:

Attachments
Schedule_D4-B19003-00_Data-date_08-18-2022.xlsx
(539.57 KiB) Downloaded 26 times

Post by marcio »

Hey vconstruct,

Are you able to share how your Grid is configured with the export? Just to get a better context around your project configuration and make it easier to assist you.

Best regards,
Márcio


Post by vconstruct »

This is the export config we have used in our application

 
 export(){
        const config: Partial<GridExcelExporterConfig> = {
            filename: `Schedule_${this.jobNumber}_Data-date_${moment(this.dataDate).format("MM-DD-YYYY")}`,
        }
        this.ganttRef?.instance?.features.excelExporter.export(config);
    }

Post by marcio »

Hey vconstruct,

Sorry for the late reply. That doesn't clarify too much about your issue, would be possible to share a sample project with your configuration and a sample of data for us to check?

Best regards,
Márcio


Post Reply