Skip to content

Commit 69d991e

Browse files
Adding custom search sample
1 parent ec424ec commit 69d991e

File tree

5 files changed

+31
-85
lines changed

5 files changed

+31
-85
lines changed

.editorconfig

Lines changed: 0 additions & 17 deletions
This file was deleted.

.vscode/extensions.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.vscode/launch.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

.vscode/tasks.json

Lines changed: 0 additions & 42 deletions
This file was deleted.

README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,31 @@
1-
# angular-pivot-table-with-custom-search-option
2-
This project demonstrates how to add custom search functionality to the [Syncfusion Angular Pivot Table](https://www.syncfusion.com/angular-components/angular-pivot-table). It uses Pivot Table [label filtering](https://ej2.syncfusion.com/angular/documentation/pivotview/filtering#label-filtering) to dynamically filter data based on user input, allowing for a more interactive and user-friendly data analysis experience.
1+
# Custom Search in Syncfusion Angular Pivot Table
2+
3+
This project showcases how to implement custom search functionality in the [Syncfusion Angular Pivot Table](https://www.syncfusion.com/angular-components/angular-pivot-table). It utilizes Pivot Table [label filtering](https://ej2.syncfusion.com/angular/documentation/pivotview/filtering#label-filtering) to filter data dynamically based on user input, enhancing the interactivity and user experience for data analysis.
4+
5+
## Prerequisites
6+
7+
Ensure you have the latest versions of Node.js and Visual Studio Code installed on your machine before proceeding.
8+
9+
## Running the Application
10+
11+
1. **Clone the Repository:**
12+
```bash
13+
git clone https://github.com/SyncfusionExamples/angular-pivot-table-with-custom-search-option
14+
```
15+
16+
2. **Open in Visual Studio Code:**
17+
Navigate to the project directory and open it in Visual Studio Code.
18+
19+
3. **Install Dependencies:**
20+
Run the following command to install the necessary Angular packages:
21+
```bash
22+
npm install
23+
```
24+
25+
4. **Serve the Application:**
26+
Start the application with:
27+
```bash
28+
ng serve
29+
```
30+
31+
Your application should now be running, and you can view it in your browser.

0 commit comments

Comments
 (0)