React 表格组件 Griddle
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://griddlegriddle.github.io/Griddle/next/
- 软件文档: https://griddlegriddle.github.io/Griddle/next/docs/
软件介绍
Griddle 是一款功能强大的 React 表格组件,其 npm 包是 griddle-react,安装方法:
npm install griddle-react@alpha
界面截图:
使用方法:
import React from 'react';
import Griddle from 'griddle-react';
var fakeData = [
{
"January": 35,
"February": 20,
"March": 27,
"April": 32,
"May": 23,
"June": 42
},
...
];
<Griddle data={fakeData}/>
MongoDB
Kristina Chodorow、Michael Dirolf / O'Reilly Media / 2010-9-24 / USD 39.99
Discover how MongoDB can help you manage a huMONGOus amount of data collected through your web application. This book covers the basic principles and advanced uses of this document-oriented database, ......一起来看看 《MongoDB》 这本书的介绍吧!
