Introduction
ReactGrid lets you create custom data grids inside your ReactJS applications, which look and feel like spreadsheets.
About MIT and PRO version
ReactGrid in both version uses the same component interface. However, if you implement a PRO feature (using MIT package) probably nothing will happen.
A functionality that is partly or fully supported by PRO version is marked by icon.
Caveats
a) If you notice sticky
incorrect behavior, when you try to pin them to HTML <body>
tag, add this line to index.html
file in your project.
It should be helpful in many cases and different mobile devices.
<meta name="viewport" content="width=device-width, initial-scale=0.86, maximum-scale=5.0, minimum-scale=0.86">