Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.16 KB

File metadata and controls

31 lines (22 loc) · 1.16 KB

Custom Search in Syncfusion Angular Pivot Table

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.

Prerequisites

Ensure you have the latest versions of Node.js and Visual Studio Code installed on your machine before proceeding.

Running the Application

  1. Clone the Repository:

    git clone https://github.com/SyncfusionExamples/angular-pivot-table-with-custom-search-option
  2. Open in Visual Studio Code: Navigate to the project directory and open it in Visual Studio Code.

  3. Install Dependencies: Run the following command to install the necessary Angular packages:

    npm install
  4. Serve the Application: Start the application with:

    ng serve

Your application should now be running, and you can view it in your browser.