This project showcases how to implement custom search functionality in the Syncfusion Angular Pivot Table. It utilizes Pivot Table label filtering to filter data dynamically based on user input, enhancing the interactivity and user experience for data analysis.
Ensure you have the latest versions of Node.js and Visual Studio Code installed on your machine before proceeding.
-
Clone the Repository:
git clone https://github.com/SyncfusionExamples/angular-pivot-table-with-custom-search-option
-
Open in Visual Studio Code: Navigate to the project directory and open it in Visual Studio Code.
-
Install Dependencies: Run the following command to install the necessary Angular packages:
npm install
-
Serve the Application: Start the application with:
ng serve
Your application should now be running, and you can view it in your browser.