JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Gantt Confirmation on PDF Export Column Requirements

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #111738
    Varshitha Yerukonda
    Participant

    Hi Team,

    For exporting a PDF that includes the “Tasks,” “Start Date,” and “End Date” columns, do we need to specify these columns in the [taskColumns]="taskColumns" property? Currently, when only the “Tasks” column is included in this property, the PDF output displays just that single column. If additional columns are indeed required for the PDF, is there an option to hide the “Start Date” and “End Date” columns from the application view?

    Please confirm the requirements.

    Thank you.

    #111745
    admin
    Keymaster

    Hi,

    The Gantt exports all columns by default. If the Columns include the Start and End Date columns, they will be part of the data export.

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

    #111747
    Varshitha Yerukonda
    Participant

    Hi Team,

    Is it possible to hide columns in the Gantt chart for visibility purposes, while still ensuring they are included in the PDF and other exported file formats? If so, please provide the necessary changes to implement this.

    Thanks!

    #111757
    admin
    Keymaster

    Hi,

    The columns have a property called ‘visible’. If you set it to false, the column will be hidden for the UI, but It will be included in the data export.

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

    #111761
    Varshitha Yerukonda
    Participant

    Hi team,

    I applied the visible property to the startDate and endDate columns in the Gantt export demo, as per your guidance: https://www.htmlelements.com/angular/demos/gantt/export/, Here’s the StackBlitz link: https://stackblitz.com/edit/github-f6zzkg?file=src%2Fapp%2Fapp.component.ts. According to your instructions, setting visible to false should hide these columns in the UI while including them in the data export. However, it didn’t work as expected. Could you please take a look?

    Thanks!

    #111768
    admin
    Keymaster

    Hi,

    Sorry, the correct property for the taskColumns is hidden: true, not visible: false.

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.