Skip to content

Commit

Permalink
Merge pull request #1 from vinoth-Kumar-S/master
Browse files Browse the repository at this point in the history
Filtering README.md file changes
  • Loading branch information
abooarulraj authored Jan 14, 2020
2 parents 17d61df + 2390550 commit afe1a25
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# How to Work with Filtering Options in Vue Grid

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.
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.

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

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

## Project pre-requisites
## Project prerequisites

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

## How to run this application?
## How to run this application

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.
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.

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

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

## Installing
## Installation

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.
After downloading, you need to install the packages required to run this application locally. To do so, run the following command:

```
npm install
```

## Running on development server

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.
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.

## Further help

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).
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 comments on commit afe1a25

Please sign in to comment.