Introduction
ReactGrid lets you create custom data grids inside your ReactJS applications, which look and feel like spreadsheets.
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">