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://www.codercto.com/soft/d/4559.html

Introduction to Semi-Supervised Learning

Introduction to Semi-Supervised Learning

Xiaojin Zhu、Andrew B. Goldberg / Morgan and Claypool Publishers / 2009-6-29 / USD 40.00

Semi-supervised learning is a learning paradigm concerned with the study of how computers and natural systems such as humans learn in the presence of both labeled and unlabeled data. Traditionally, le......一起来看看 《Introduction to Semi-Supervised Learning》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

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

正则表达式在线测试