Skip to content

Commit afe1a25

Browse files
authored
Merge pull request #1 from vinoth-Kumar-S/master
Filtering README.md file changes
2 parents 17d61df + 2390550 commit afe1a25

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# How to Work with Filtering Options in Vue Grid
22

3-
A quick start project that helps you to enable a filter bar in the Vue Grid and filter grid records using the built-in operators. You can check to apply the different filter types in the Vue grid – Menu, CheckBox, Excel. Also a DropDownList component is added to the filter bar to perform filtering in Vue Grid.
3+
A quick-start project that helps you enable a filter bar in the Vue Grid and filter grid records using built-in operators. You can apply different filter types— menu, check box, Excel. Also, a Dropdown List component is added to the filter bar to perform filtering in Vue Grid.
44

55
Documentation: https://ej2.syncfusion.com/vue/documentation/grid/filtering/
66

7-
Online Example: https://ej2.syncfusion.com/demos/#/material/grid/filter.html
7+
Online Example: https://ej2.syncfusion.com/vue/demos/#/material/grid/filter
88

9-
## Project pre-requisites
9+
## Project prerequisites
1010

11-
Make sure that you have the compatible versions of Node and Vue-Cli in your machine before starting to work on this project.
11+
Make sure that you have the compatible versions of Node and Vue CLI in your machine before starting to work on this project.
1212

13-
## How to run this application?
13+
## How to run this application
1414

15-
To run this application, you need to first clone the `how-to-work-with-filtering-options-in-vue-grid` repository and then navigate to its appropriate path where it has been located in your system.
15+
To run this application, you need to first clone the how-to-work-with-filtering-options-in-vue-grid repository and then navigate to the path where it is located in your system.
1616

1717
To do so, open the command prompt and run the below commands one after the other.
1818

@@ -21,18 +21,18 @@ git clone https://github.com/SyncfusionExamples/how-to-work-with-filtering-optio
2121
cd grid-example
2222
```
2323

24-
## Installing
24+
## Installation
2525

26-
Once done with downloading, next you need to install the necessary packages required to run this application locally. The `npm install` command will install all the needed Vue packages into your current project and to do so, run the below command.
26+
After downloading, you need to install the packages required to run this application locally. To do so, run the following command:
2727

2828
```
2929
npm install
3030
```
3131

3232
## Running on development server
3333

34-
Run `npm run serve` command for a dev server. Navigate to `http://localhost:8080/`. The app will automatically reload if you change any of the source files.
34+
Run the npm run serve command for a dev server. Navigate to `http://localhost:8080/`. The app will automatically reload if you change any of the source files.
3535

3636
## Further help
3737

38-
To get more help on the vue CLI use go check out the [Vue-Cli README](https://github.com/vuejs/vue-cli/blob/master/README.md).
38+
To get more help on the Vue CLI, check out the [Vue-Cli README](https://github.com/vuejs/vue-cli/blob/master/README.md).

0 commit comments

Comments
 (0)