thin-component
Version:
lazy table for react component
21 lines (20 loc) • 646 B
HTML
<html lang="cn">
<head>
<meta charset="utf-8" />
<meta name="referrer" content="no-referrer" />
<meta
name="viewport"
content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0"
/>
<meta name="renderer" content="webkit" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Expires" content="-1" />
<title>lazy table example</title>
</head>
<body>
<div class="root" id="root"></div>
</body>
</html>