ioldfish
|
aca09cf191
|
update ant-tree
|
9 years ago |
Yuwei Ba
|
60987b0112
|
Update offset.md
Typo
|
9 years ago |
afc163
|
9ef14500f3
|
Fix datepicker defaultValue, closes #391
|
9 years ago |
afc163
|
a3b2ad5791
|
#380
|
9 years ago |
羽航
|
1c9b9e8c86
|
fix little code style
|
9 years ago |
羽航
|
dd76fe6520
|
增加InputNumber的Validator示例
|
9 years ago |
yiminghe
|
fb43a1b86d
|
fix anim server render
|
9 years ago |
羽航
|
1efca6afa3
|
增加Datepicker的Validator示例
|
9 years ago |
羽航
|
52edc78676
|
修改onSelect属性为onChange属性,以支持Validator.为向前兼容,保留了onSelect属性.
|
9 years ago |
afc163
|
100adfc69a
|
update row select argument name
|
9 years ago |
RaoHai
|
2c1fda70d6
|
Table 列选择模式重构
+ 表格 `rowSelection` 支持多选
+ 表格可配置某行数据默认选中、不能选中。该配置对 ajax 载入的数据有效。
示例:
```
getCheckboxProps: function (value) {
return {
defaultValue: value.name === '胡彦祖ajax2', // 配置默认勾选的列
disabled: value.name === '李大嘴ajax3' // 配置无法勾选的列
}
},
```
|
9 years ago |
Benjy Cui
|
1e45e02e8a
|
feat: add support for htmlType
|
9 years ago |
Benjy Cui
|
f4ca0798de
|
refactor: generate className with `rcUtil.classSet`
|
9 years ago |
Benjy Cui
|
26069c33e9
|
chore: upgrade react-slick in order to work with React@0.14.x
|
9 years ago |
Benjy Cui
|
429a4ca382
|
refactor: `joinClasses` is removed in React@0.14.x
|
9 years ago |
Benjy Cui
|
5b86a4be1d
|
refactor: replace `button` tag with `Button` component
|
9 years ago |
Benjy Cui
|
2f771b0482
|
feat: button should be a component
|
9 years ago |
elrrrrrrr
|
c540d124a5
|
chore: 迁移 upload iconfont
|
9 years ago |
elrrrrrrr
|
725a142669
|
chore: 迁移 tag iconfont
|
9 years ago |
elrrrrrrr
|
b7a922a895
|
chore: 迁移 tabs iconfont
|
9 years ago |
elrrrrrrr
|
1640a34c4c
|
chore: 迁移 table iconfont
|
9 years ago |
elrrrrrrr
|
37a1e03bc8
|
chore: 迁移 switch iconfont
|
9 years ago |
elrrrrrrr
|
335c34aab7
|
chore: 迁移 slider iconfont
- 需要飞哥 review
|
9 years ago |
elrrrrrrr
|
b9fa8d1a45
|
chore: 迁移 progress iconfont
|
9 years ago |
elrrrrrrr
|
ac6505e68a
|
chore: 迁移 notification iconfont
|
9 years ago |
elrrrrrrr
|
244c3a78a5
|
chore: 迁移 modal iconfont
- api 接口有变
|
9 years ago |
elrrrrrrr
|
f99848a5a0
|
chore: 迁移 message iconfont
- 需要修改组件 jsx
|
9 years ago |
elrrrrrrr
|
ae5ae396ef
|
chore: 迁移 menu iconfont
|
9 years ago |
elrrrrrrr
|
d467994249
|
chore: 迁移 form iconfont
|
9 years ago |
elrrrrrrr
|
d89cc5610b
|
chore: 迁移 dropdown iconfont 组件
|
9 years ago |
elrrrrrrr
|
bcc4265201
|
chore: 迁移 button iconfont
- 手动加上 margin-right 8px
|
9 years ago |
elrrrrrrr
|
a85898da62
|
chore: 迁移 breadcrump iconfont
|
9 years ago |
elrrrrrrr
|
7f701cc2b7
|
chore: 迁移 badge iconfont
|
9 years ago |
elrrrrrrr
|
64aa7b0acb
|
chore: 迁移 alert 组件 iconfont
|
9 years ago |
elrrrrrrr
|
2ec165d2aa
|
chore(iconfont): 根据 CR 修复代码风格
|
9 years ago |
elrrrrrrr
|
6465712385
|
feat: 抽离 Icon 组件、支持自定义属性
fixed #307
|
9 years ago |
afc163
|
05347da926
|
not emit fetch when there is no dataSource change, #347
|
9 years ago |
afc163
|
094ae9bbbf
|
update upload document
|
9 years ago |
afc163
|
147b4ac49b
|
Add overlayClassName to popover and tooltip
|
9 years ago |
afc163
|
52b639faba
|
Should update table data when changing pageSize
fix #317
|
9 years ago |
afc163
|
74b2c8fcc1
|
update pagination document
|
9 years ago |
Yuwei Ba
|
a08fa60930
|
添加 pageSize 发生变化的回调。 #317
|
9 years ago |
afc163
|
67735552bb
|
update progress index.md
|
9 years ago |
afc163
|
73c1d3f595
|
update progress demo
|
9 years ago |
afc163
|
176adab763
|
update modal basic demo
|
9 years ago |
afc163
|
c5cab1d687
|
Add confirmLoading prop for Modal
You can use `confirmLoading` to cancel button loading status.
```
onOk() {
...
this.setState({
confirmLoading: false
});
}
```
Fix #322
|
9 years ago |
afc163
|
961b990f07
|
upgrade rc-upload to 1.6.x
|
9 years ago |
afc163
|
6854a83989
|
get filename
|
9 years ago |
afc163
|
7d82eccb41
|
update upload list logic
|
9 years ago |
afc163
|
6474cb378b
|
Fix upload try logic
|
9 years ago |