React 表格组件 Griddle

码农软件 · 软件分类 · React 开源项目 · 2019-04-28 10:42:45

软件介绍

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}/>

本文地址:https://codercto.com/soft/d/4559.html

Designing with Web Standards (2nd Edition)

Designing with Web Standards (2nd Edition)

Jeffrey Zeldman / Peachpit Press / 2006-07-06 / USD 44.99

Best-selling author, designer, and web standards evangelist Jeffrey Zeldman has updated his classic, industry-shaking guidebook. This new edition--now in full color--covers improvements in best prac......一起来看看 《Designing with Web Standards (2nd Edition)》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

html转js在线工具
html转js在线工具

html转js在线工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试