Skip to content

Commit a9429b2

Browse files
Update README.md
1 parent 7522bab commit a9429b2

File tree

1 file changed

+59
-2
lines changed

1 file changed

+59
-2
lines changed

README.md

+59-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,59 @@
1-
# Binding-data-from-remote-service-to-vue-data-grid
2-
Discover seamless remote data integration with Syncfusions EJ2 Vue Grid in this sample repository. Explore efficient techniques for handling filtering, sorting, paging operations, and CRUD operations within your Vue applications, empowering you to manage and display data effectively.
1+
# Binding data from remote service to Vue data grid
2+
3+
## Overview
4+
5+
This repository demonstrates how to bind data from various remote services to a Syncfusion Essential JS 2 (EJ2) Vue Data Grid. It provides examples for integrating data using different adaptors and showcases techniques for handling filtering, sorting, paging, and CRUD operations within Vue applications. By exploring this repository, you will learn how to efficiently manage and display data in your applications.
6+
7+
## Features
8+
9+
**Remote Data Integration:** Seamlessly bind data from various remote services to the Syncfusion EJ2 Vue Grid.
10+
11+
**Data Operations:** Handle filtering, sorting, and paging operations with ease.
12+
13+
**CRUD Operations:** Implement Create, Read, Update, and Delete operations.
14+
15+
**Adaptors:** Examples of different adaptors to integrate remote data:
16+
* UrlAdaptor
17+
* WebApiAdaptor
18+
* WebMethodAdaptor
19+
* ODataV4Adaptor
20+
* GraphQLAdaptor
21+
* RemoteSaveAdaptor
22+
23+
## Prerequisites
24+
25+
Before you begin, ensure you have met the following requirements:
26+
27+
* Node.js and npm installed
28+
29+
* Basic knowledge of Vue and web development
30+
## Getting Started
31+
32+
**1. Clone the Repository:**
33+
34+
Use `git clone` to fetch the repository from GitHub.
35+
36+
```bash
37+
https://github.com/SyncfusionExamples/Binding-data-from-remote-service-to-vue-data-grid.git
38+
```
39+
40+
**2. Open and Build the Project:**
41+
42+
* Open the project in Visual Studio.
43+
* Build the project to restore dependencies and compile it.
44+
* Run the project
45+
46+
**3. Explore the Code:**
47+
48+
* Navigate to vue client folder(~src/app.vue)
49+
* Debug and interact with the code as needed.
50+
51+
![Adaptors](./assets/images/adaptor-crud-operation.gif)
52+
53+
## Resources
54+
55+
You can also refer the below resources to know more details about Syncfusion Vue Grid components.
56+
57+
* [Demo](https://ej2.syncfusion.com/vue/demos/#/tailwind/grid/over-view)
58+
* [Documentation](https://ej2.syncfusion.com/vue/documentation/grid/getting-started)
59+
* [Connecting to adaptors](https://ej2.syncfusion.com/vue/documentation/grid/connecting-to-adaptors)

0 commit comments

Comments
 (0)