react-virtual-scroller
Version:
A virtual scroller container for React
32 lines (28 loc) • 585 B
HTML
<html>
<head>
<title>React DataGrid</title>
<style>
body
body * {
box-sizing: border-box;
}
body {
margin: 0px;
}
html,
body,
#content {
width: 100%;
height: 100%;
position: absolute;
}
</style>
</head>
<body>
<div id="content">
</div>
<script src="http://localhost:9090/webpack-dev-server.js"></script>
<script type="text/javascript" src="http://localhost:9090/assets/bundle.js"></script>
</body>
</html>