nc-grid

0.0.7 • Public • Published

nc-grid

npm version Build Status Coverage Status devDependency Status NPM downloads Average time to resolve an issue Percentage of issues still open

react nc-grid component for tinper-bee

some description...

依赖

  • react >= 15.3.0
  • react-dom >= 15.3.0
  • prop-types >= 15.6.0

使用方法

 

API

参数 说明 类型 默认值
data 传入的表格数据 array -
columns 表格列数组 array -
isMultipleHead 是否为多表头 bool false
multiSelect 是否使用多选功能 bool false
totalData 合计行数据 array -
totalColums 合计行列配置 array -
totalColums 合计行列配置 array -
showPagination 是否显示分页 bool false
pageIndexChange 分页切换页码时的回调 function -
pageSizeChange 分页改变下拉选项时的回调 function -
pageInfo 包含 {pageIndex, pageSize, total, totalPage} 的对象 object -
config 表格配置项 object -

开发调试

$ npm install -g bee-tools
$ git clone https://github.com/tinper-bee/nc-grid
cd nc-grid
$ npm install
$ npm run dev

Dependencies (13)

Dev Dependencies (13)

Package Sidebar

Install

npm i nc-grid

Weekly Downloads

9

Version

0.0.7

License

MIT

Unpacked Size

9.27 MB

Total Files

58

Last publish

Collaborators

  • yangchch