Skip to content

Commit dd94da9

Browse files
Fix CI tasks
1 parent 2e2b880 commit dd94da9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Angular/src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { AppComponent } from './app.component';
1515
AppRoutingModule,
1616
DxDataGridModule,
1717
DxPivotGridModule,
18-
DxPopupModule
18+
DxPopupModule,
1919
],
2020
providers: [],
2121
bootstrap: [AppComponent],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- default badges list -->
22
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T892748)
3-
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
3+
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183/help-resources/devexpress-code-examples)
44
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)
55
<!-- default badges end -->
66
# PivotGrid for DevExtreme - How to edit data using DataGrid

React/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import DataGrid, { Column, Editing } from 'devextreme-react/data-grid';
77
import type { DataGridRef, DataGridTypes } from 'devextreme-react/data-grid';
88
import {
99
DataSource, ArrayStore, type LoadResult, isItemsArray,
10-
} from 'devextreme-react/common/Data';
10+
} from 'devextreme-react/common/data';
1111
import PivotGridDataSource from 'devextreme/ui/pivot_grid/data_source';
1212
import notify from 'devextreme/ui/notify';
1313
import { sales, type Sale } from './data';

0 commit comments

Comments
 (0)