A quick-start Angular project that helps you to customize the column headers and data in the Angular Gantt Chart component of Syncfusion using templates. This project also contains code snippets to add the custom toolbar buttons Quick Filter and Clear Filter.
Documentation:
Column Template: https://ej2.syncfusion.com/angular/documentation/gantt/columns/#column-template
Toolbar Template: https://ej2.syncfusion.com/angular/documentation/gantt/toolbar/#custom-toolbar-items
Online examples:
Column Template: https://ej2.syncfusion.com/angular/demos/#/bootstrap5/gantt/column-template
Header Template: https://ej2.syncfusion.com/angular/demos/#/bootstrap5/gantt/header-template
Toolbar Template: https://ej2.syncfusion.com/angular/demos/#/bootstrap5/gantt/toolbar-template
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
To run this application, you need to clone the customizing-columns-using-templates-in-angular-gantt-chart
repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install
command and run your project using the ng serve
command.