Demo DataGrid - Update years in Orders data [Part 2]#33430
Open
markallenramirez wants to merge 5 commits intoDevExpress:26_1from
Open
Demo DataGrid - Update years in Orders data [Part 2]#33430markallenramirez wants to merge 5 commits intoDevExpress:26_1from
markallenramirez wants to merge 5 commits intoDevExpress:26_1from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the hardcoded Orders sample data used by the DevExtreme DataGrid demos to keep demo dates current, aligning the Filter Panel and Auto-Populated Columns demos (across frameworks) with the newer year range.
Changes:
- Updated
OrderDatevalues in Filter Panel demo data from 2014 → 2024 (with one boundary date set to2023/12/31) across jQuery/Angular/React/ReactJS/Vue. - Updated
OrderDatevalues in Auto-Populated Columns demo data from 2014 → 2024 (with one boundary date set to2023/12/31) across jQuery/Angular/React/ReactJS/Vue.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| apps/demos/Demos/DataGrid/FilterPanel/jQuery/data.js | Refreshes Filter Panel demo order dates. |
| apps/demos/Demos/DataGrid/FilterPanel/Vue/data.ts | Refreshes Filter Panel demo order dates (Vue). |
| apps/demos/Demos/DataGrid/FilterPanel/ReactJs/data.js | Refreshes Filter Panel demo order dates (ReactJS). |
| apps/demos/Demos/DataGrid/FilterPanel/React/data.ts | Refreshes Filter Panel demo order dates (React TS). |
| apps/demos/Demos/DataGrid/FilterPanel/Angular/app/app.service.ts | Refreshes Filter Panel demo order dates (Angular). |
| apps/demos/Demos/DataGrid/AutoPopulatedColumns/jQuery/data.js | Refreshes Auto-Populated Columns demo order dates. |
| apps/demos/Demos/DataGrid/AutoPopulatedColumns/Vue/data.ts | Refreshes Auto-Populated Columns demo order dates (Vue). |
| apps/demos/Demos/DataGrid/AutoPopulatedColumns/ReactJs/data.js | Refreshes Auto-Populated Columns demo order dates (ReactJS). |
| apps/demos/Demos/DataGrid/AutoPopulatedColumns/React/data.ts | Refreshes Auto-Populated Columns demo order dates (React TS). |
| apps/demos/Demos/DataGrid/AutoPopulatedColumns/Angular/app/app.service.ts | Refreshes Auto-Populated Columns demo order dates (Angular). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part 1: #33401
Demos that use the same Orders data:
Data Grid - Filter Panel
Data Grid - Auto-Populated Columns