Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Gantt › Confirmation on PDF Export Column Requirements
Tagged: gantt data export
- This topic has 5 replies, 2 voices, and was last updated 11 months, 3 weeks ago by admin. 
- 
		AuthorPosts
- 
		
			
				
November 7, 2024 at 11:07 am #111738Varshitha Yerukonda ParticipantHi 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. November 8, 2024 at 9:47 am #111745admin KeymasterHi, 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, 
 MarkovSmart UI Team 
 https://www.htmlelements.com/November 8, 2024 at 10:53 am #111747Varshitha Yerukonda ParticipantHi 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! November 11, 2024 at 9:36 pm #111757admin KeymasterHi, 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, 
 MarkovSmart UI Team 
 https://www.htmlelements.com/November 12, 2024 at 6:22 am #111761Varshitha Yerukonda ParticipantHi 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 visibleto 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! November 12, 2024 at 10:36 am #111768admin KeymasterHi, Sorry, the correct property for the taskColumns is hidden: true, not visible: false. Best regards, 
 MarkovSmart UI Team 
 https://www.htmlelements.com/
- 
		AuthorPosts
- You must be logged in to reply to this topic.