@progress/kendo-react-grid 5.9.1-dev.202211011805 → 5.10.0-dev.202211241147
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 +4 -1
- package/dist/cdn/js/kendo-react-grid.js +1 -1
- package/dist/es/Grid.js +2 -2
- package/dist/es/interfaces/GridProps.d.ts +4 -0
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/Grid.js +2 -2
- package/dist/npm/interfaces/GridProps.d.ts +4 -0
- package/dist/npm/package-metadata.js +1 -1
- package/dist/systemjs/kendo-react-grid.js +1 -1
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
>
|
|
13
13
|
> [Start using KendoReact](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-grid) and speed up your development process!
|
|
14
14
|
|
|
15
|
-
[The
|
|
15
|
+
[The React Data Grid (Table)](https://www.telerik.com/kendo-react-ui/grid), part of KendoReact, provides 100+ ready-to-use data grid features covering everything from paging, sorting, filtering, editing, and grouping to row and column virtualization, export to PDF and Excel.
|
|
16
16
|
|
|
17
17
|
## React Data Grid
|
|
18
18
|
|
|
@@ -57,6 +57,9 @@ For any issues you might encounter while working with the KendoReact Grid, use a
|
|
|
57
57
|
* [KendoReact pricing and licensing](https://www.telerik.com/kendo-react-ui/pricing?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-grid)
|
|
58
58
|
* [Changelog](https://www.telerik.com/kendo-react-ui/components/changelogs/ui-for-react/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-grid)
|
|
59
59
|
|
|
60
|
+
High-level component overview pages
|
|
61
|
+
|
|
62
|
+
* [React Data Grid Component](https://www.telerik.com/kendo-react-ui/grid)
|
|
60
63
|
|
|
61
64
|
*Copyright © 2022 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
|
|
62
65
|
|