Binding JSON Data and Service URLs to the Vue DataGrid

preview_player
Показать описание
Learn how easily you can bind the local JSON and remote service URL in our Vue DataGrid using the Data Manager and AJAX. You can also learn about how to create a custom adaptor in Data Manager and to send the additional parameters to the server.

To know more about data binding with Vue DataGrid component, visit the following documentation:

To learn how to get started with the Vue DataGrid, watch my previous video:

Download Getting Started Example from GitHub:

Download Data Binding Example from GitHub:

BOOKMARK DETAILS
--------------
[00:00] -- Introduction
[00:25] – Binding the local JSON data
[01:33] – Binding the remote service URL
[03:48] – Sending additional Query parameters to the Server
[05:10] – Custom Adaptor
[06:32] – Binding the data using AJAX post

Vue DataGrid
------------------

SUBSCRIBE
----------

SOCIAL COMMUNITY
-------------

#vuedatagrid #datatable #vuegrid
Рекомендации по теме
Комментарии
Автор

If i do an ajax reqeust with axios and than change the the value of "localData" with the axios json data , does the grid refresh with the new data ?

Franktek