We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5280054 commit 7d84cb7Copy full SHA for 7d84cb7
1 file changed
apps/demos/Demos/DataGrid/BatchUpdateRequest/ReactJs/App.js
@@ -2,6 +2,7 @@ import React from 'react';
2
import DataGrid, { Column, Editing, Pager } from 'devextreme-react/data-grid';
3
import { createStore } from 'devextreme-aspnet-data-nojquery';
4
import 'whatwg-fetch';
5
+
6
const BASE_PATH = 'https://js.devexpress.com/Demos/NetCore';
7
const URL = `${BASE_PATH}/api/DataGridBatchUpdateWebApi`;
8
async function fetchAntiForgeryToken() {
0 commit comments