Getting Started with KendoReact Grid
The KendoReact Data Grid (Table) displays data in a tabular format and provides a full spectrum of configuration options such as paging, sorting, filtering, data editing, grouping, PDF and Excel export.
The KendoReact Grid component is part of the KendoReact library of React UI components. It is distributed through NPM under the kendo-react-grid package.
Basic Usage
The following example demonstrates the Grid in action.
Functionality and Features
- Data operations
- Export options
- Advanced implementations
- More settings
For more information on implementing advanced use cases, refer to the advanced scenarios.
Installation
Download and install the package. Use Node.js v5.0.0 or later.
Once installed, import the package module.
You are required to install one of the Kendo UI themes to style your components. For more information on how to add the styles, refer to the article on getting started.
Dependencies
The Grid package requires the following peer dependencies that have to be installed by your application:
- react 16.8.2*
- react-dom
- @progress/kendo-data-query
- @progress/kendo-react-data-tools
- @progress/kendo-react-dateinputs
- @progress/kendo-react-dropdowns
- @progress/kendo-react-inputs
- @progress/kendo-react-intl
- @progress/kendo-drawing