@syncfusion/ej2-react-treegrid 31.1.22 → 31.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,7 +14,7 @@ The [React TreeGrid](https://www.syncfusion.com/react-components/react-tree-grid
14
14
  <p align="center">
15
15
  Trusted by the world's leading companies
16
16
  <a href="https://www.syncfusion.com">
17
- <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
17
+ <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
18
18
  </a>
19
19
  </p>
20
20
 
@@ -30,9 +30,9 @@ cd my-app
30
30
  npm start
31
31
  ```
32
32
 
33
- ### Adding Syncfusion Tree Grid package
33
+ ### Adding Syncfusion<sup>®</sup> Tree Grid package
34
34
 
35
- All Syncfusion react packages are published in the [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install the react tree grid package, use the following command.
35
+ All Syncfusion<sup>®</sup> react packages are published in the [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install the react tree grid package, use the following command.
36
36
 
37
37
  ```bash
38
38
  npm install @syncfusion/ej2-react-treegrid --save
@@ -57,7 +57,7 @@ Add CSS references needed for a Tree Grid in **src/App.css** from the **../node_
57
57
 
58
58
  ### Add Tree Grid Component
59
59
 
60
- In the **src/App.tsx** file, use the following code snippet to render the Syncfusion React Tree Grid component and import **App.css** to apply styles to the tree grid:
60
+ In the **src/App.tsx** file, use the following code snippet to render the Syncfusion<sup>®</sup> React Tree Grid component and import **App.css** to apply styles to the tree grid:
61
61
 
62
62
  ```typescript
63
63
  import { ColumnDirective, ColumnsDirective, TreeGridComponent } from '@syncfusion/ej2-react-treegrid';
@@ -125,6 +125,15 @@ TreeGrid component is also offered in the following list of frameworks.
125
125
  * [RTL support](https://ej2.syncfusion.com/react/documentation/treegrid/global-local/#right-to-left-rtl): Provides the right-to-left mode which aligns content in the TreeGrid component from right to left. This improves user experience and accessibility for those who work with RTL languages like Hebrew and Arabic.
126
126
  * [Localization](https://ej2.syncfusion.com/react/documentation/treegrid/global-local/#localization): Provides inherent support to localize the UI.
127
127
 
128
+ ## Resources
129
+
130
+ * [Documentation](https://ej2.syncfusion.com/react/documentation/treegrid/overview)
131
+ * [AI Coding Assistant](https://ej2.syncfusion.com/react/documentation/ai-coding-assistants/overview)
132
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
133
+ * [What's New](https://www.syncfusion.com/products/whatsnew/react?utm_medium=listing&utm_source=github)
134
+ * [Road Map](https://www.syncfusion.com/products/roadmap/react)
135
+ * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=react&type=all)
136
+
128
137
  ## Support
129
138
 
130
139
  Product support is available through the following mediums.
@@ -141,7 +150,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
141
150
 
142
151
  ## License and copyright
143
152
 
144
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [React UI components](https://www.syncfusion.com/react-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
153
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [React UI components](https://www.syncfusion.com/react-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
145
154
 
146
155
  > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
147
156
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-treegrid.min.js
3
- * version : 31.1.22
3
+ * version : 31.2.5
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-treegrid.umd.min.js
3
- * version : 31.1.22
3
+ * version : 31.2.5
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-react-treegrid",
3
- "version": "31.1.22",
3
+ "version": "31.2.5",
4
4
  "description": "Essential JS 2 TreeGrid Component for React",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -35,9 +35,9 @@
35
35
  "es2015": "dist/es6/ej2-react-treegrid.es2015.js",
36
36
  "readme": "ReadMe.md",
37
37
  "dependencies": {
38
- "@syncfusion/ej2-base": "~31.1.22",
39
- "@syncfusion/ej2-react-base": "~31.1.17",
40
- "@syncfusion/ej2-treegrid": "31.1.22"
38
+ "@syncfusion/ej2-base": "~31.2.5",
39
+ "@syncfusion/ej2-react-base": "~31.2.2",
40
+ "@syncfusion/ej2-treegrid": "31.2.5"
41
41
  },
42
42
  "devDependencies": {},
43
43
  "sideEffects": false,