-
Notifications
You must be signed in to change notification settings - Fork 609
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '24_2' into chatDateFormats__24_2
Signed-off-by: Anton Kuznetsov <[email protected]>
- Loading branch information
Showing
11 changed files
with
242 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
name: "DevExtreme CodeQL config" | ||
|
||
paths-ignore: | ||
- "/js/bundles/dx.custom.js" | ||
- "/js/localization/default_messages.js" | ||
- "/js/localization/cldr-data/**" | ||
# all published sources are located in artifacts/npm/**, so we can disable following paths: | ||
- "/artifacts/**" | ||
- "/packages/devextreme/artifacts/js/**" | ||
- "/packages/devextreme/artifacts/transpiled/**" | ||
- "/packages/devextreme/artifacts/transpiled-esm-npm/**" | ||
- "/packages/devextreme/artifacts/transpiled-renovation/**" | ||
- "/packages/devextreme/artifacts/transpiled-renovation-npm/**" |
This file contains 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
13 changes: 13 additions & 0 deletions
13
apps/demos/Demos/DataGrid/ToolbarCustomization/React/description.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
The DataGrid includes an integrated toolbar that displays predefined and custom controls. To add or remove toolbar items, declare the [toolbar](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/).[items[]](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/items/) array. | ||
<!--split--> | ||
|
||
This demo illustrates how to add the following items to the toolbar: | ||
|
||
* **Predefined Controls** | ||
Declare a toolbar item element and specify the [name](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/items/#name) and [properties](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/items/) that you want to customize. If a control does not need customization, include its **name** only. Ensure that **items[]** contain controls for all features that you enabled in your DataGrid. In this demo, we enable the [columnChooser](/Documentation/ApiReference/UI_Widgets/dxDataGrid/Configuration/columnChooser/) and add the *"columnChooserButton"* to the **items[]** array. | ||
|
||
* **DevExtreme Components** | ||
Configure the desired DevExtreme component within a toolbar item element. In this demo, we extended the toolbar's item collection with a [Button](/Demos/WidgetsGallery/Demo/Button/PredefinedTypes/) and a [SelectBox](/Demos/WidgetsGallery/Demo/SelectBox/Overview/). | ||
|
||
* **Custom Elements** | ||
Specify a [rendering function](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/items/#render) or a [custom component](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/items/#component) for your custom element within a toolbar item. |
13 changes: 13 additions & 0 deletions
13
apps/demos/Demos/DataGrid/ToolbarCustomization/ReactJs/description.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
The DataGrid includes an integrated toolbar that displays predefined and custom controls. To add or remove toolbar items, declare the [toolbar](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/).[items[]](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/items/) array. | ||
<!--split--> | ||
|
||
This demo illustrates how to add the following items to the toolbar: | ||
|
||
* **Predefined Controls** | ||
Declare a toolbar item element and specify the [name](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/items/#name) and [properties](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/items/) that you want to customize. If a control does not need customization, include its **name** only. Ensure that **items[]** contain controls for all features that you enabled in your DataGrid. In this demo, we enable the [columnChooser](/Documentation/ApiReference/UI_Widgets/dxDataGrid/Configuration/columnChooser/) and add the *"columnChooserButton"* to the **items[]** array. | ||
|
||
* **DevExtreme Components** | ||
Configure the desired DevExtreme component within a toolbar item element. In this demo, we extended the toolbar's item collection with a [Button](/Demos/WidgetsGallery/Demo/Button/PredefinedTypes/) and a [SelectBox](/Demos/WidgetsGallery/Demo/SelectBox/Overview/). | ||
|
||
* **Custom Elements** | ||
Specify a [rendering function](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/items/#render) or a [custom component](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/items/#component) for your custom element within a toolbar item. |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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