Go to file
liushaozhen 3a81b98cf0 demo id 修改 2019-03-18 17:26:19 +08:00
build fix(行过滤、checkbox样式): 1、行过滤点击已选的无效2、checkbox在Table中的样式 2019-03-15 13:55:10 +08:00
demo demo id 修改 2019-03-18 17:26:19 +08:00
dist fix: Table 拖拽后同步表格整体宽度 2019-03-18 10:59:11 +08:00
docs 修改API文档 2019-03-15 11:40:00 +08:00
src fix: Table 拖拽后同步表格整体宽度 2019-03-18 10:59:11 +08:00
test 跑通测试 2018-01-04 16:58:50 +08:00
.gitignore add:添加过滤行功能的清除按钮以及下拉条件的清除. 2018-09-26 22:01:13 +08:00
.npmignore first commit 2016-12-26 16:52:39 +08:00
.travis.yml first commit 2016-12-26 16:52:39 +08:00
CHANGELOG.md publish 2.0.6 2019-03-15 13:55:13 +08:00
README.md 快捷键部分 2019-01-03 11:28:17 +08:00
README_EN.md first commit 2016-12-26 16:52:39 +08:00
index.html 修改API文档 2019-03-15 11:40:00 +08:00
package.json demo id 修改 2019-03-18 17:26:19 +08:00

README_EN.md

bee-dropdown

npm version Build Status Coverage Status devDependency Status [![NPM downloads](http://img.shields.io/npm/dm/<%= packageName%>.svg?style=flat)](https://npmjs.org/package/<%= packageName%>) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/tinper-bee/<%= packageName%>.svg)](http://isitmaintained.com/project/tinper-bee/<%= packageName%> "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/tinper-bee/<%= packageName%>.svg)](http://isitmaintained.com/project/tinper-bee/<%= packageName%> "Percentage of issues still open")

Browser Support

IE Chrome Firefox Opera Safari
IE 9+ ✔ Chrome 31.0+ ✔ Firefox 31.0+ ✔ Opera 30.0+ ✔ Safari 7.0+ ✔

react bee-dropdown component for tinper-bee

Usage



API

参数 说明 类型 默认值

develop

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