HeskeyBaozi
6c42d711e8
Merge branch 'feature-3.8.0' of https://github.com/ant-design/ant-design into feature/svg-icon
2018-07-31 15:36:23 +08:00
afc163
56fa8629b5
Merge branch 'master' into feature-3.8.0
2018-07-30 17:58:21 +08:00
Wei Zhu
d7ca64b95c
docs: add resizable column table demo
2018-07-30 17:47:31 +08:00
littleLane
b23d742f1b
feat: add rowSelection.columnTitle to Table
2018-07-28 14:57:00 +08:00
HeskeyBaozi
010bdebc28
update drawer
2018-07-25 12:04:26 +08:00
HeskeyBaozi
768af40c4c
Merge branch 'feature-3.8.0' of https://github.com/ant-design/ant-design into feature/svg-icon
...
# Conflicts:
# components/drawer/__tests__/__snapshots__/Drawer.test.js.snap
# components/drawer/__tests__/__snapshots__/DrawerEvent.test.js.snap
# components/drawer/index.tsx
2018-07-25 12:03:00 +08:00
HeskeyBaozi
ee16585b6d
update test cases
2018-07-25 11:51:19 +08:00
Wei Zhu
6199340b5f
Merge branch 'master' into feature-3.8.0
2018-07-24 14:55:53 +08:00
Raphael Chauveau
08e83193f2
Multiple row selection ( #11406 )
...
This PR intends to solve issue #11404 (Multiple row selection in table component).
The Chinese documentation is missing from the PR. Could someone please add it ?
2018-07-24 14:49:23 +08:00
Andrzej Dybionka
968371b22a
fix: table onChange event is fired every time when close filterDropdown
...
Close #11164
2018-07-24 12:02:01 +08:00
afc163
1c5f8f1901
update snapshots
2018-07-23 15:21:28 +08:00
HeskeyBaozi
4a553a2006
upgrade test cases
2018-07-19 20:37:47 +08:00
HeskeyBaozi
8df086f022
update test cases
2018-07-18 13:39:02 +08:00
HeskeyBaozi
9338f33c1c
update test cases
2018-07-18 10:33:54 +08:00
陈帅
125d0df3e0
Merge branch 'master' into feature-3.7.0
2018-07-14 12:15:00 +08:00
Wei Zhu
c380186e79
fix: table custom components not change
2018-07-12 16:42:15 +08:00
afc163
8eb8c686ce
Merge branch 'master' into feature-3.7.0
2018-07-11 22:21:01 +08:00
Wei Zhu
af49a1806b
docs: rewrite editable demo
2018-07-10 21:11:50 +08:00
zombiej
903f3f6770
fix test case in react 15
2018-07-04 20:23:46 +08:00
Wei Zhu
d4c95e6f18
docs: remove obsolete snapshot and fix custom filter demo
2018-07-02 21:41:14 +08:00
Wei Zhu
1af4392ae9
feat: filterIcon can be a function
2018-07-02 19:42:27 +08:00
Christian Vadalà
59cc3a8b6c
feat: adds ability to override filter renderer without migrate to a fully controlled component
2018-07-02 19:42:27 +08:00
zombiej
11dba9c305
update snapshot
2018-06-28 17:12:16 +08:00
afc163
817ee3e9e1
Merge branch 'master' into feature-3.7.0
2018-06-27 19:26:51 +08:00
afc163
1010a4fe19
test: update table snapshots
2018-06-27 18:57:04 +08:00
Wei Zhu
b374297ca6
Merge branch 'master' into feature-3.7.0
2018-06-25 11:44:35 +08:00
afc163
9f16d066af
Fix lint problems from eslint-config-airbnb@17
2018-06-22 21:05:13 +08:00
Wei Zhu
ac0b4bacc5
Revert "Update snapshot"
...
This reverts commit e7cd474894
.
2018-06-08 19:01:34 +08:00
Wei Zhu
e7cd474894
Update snapshot
2018-06-08 18:13:51 +08:00
afc163
f2fddff3fd
upgrade rc-table to 16.2
...
close #10392
close #10379
close #10828
2018-06-08 16:32:04 +08:00
afc163
17b158c091
Fix CheckboxAll status when remove data and selectedKeys
...
close #10629
2018-06-05 20:45:19 +08:00
afc163
3ceb619b92
Fix and optimize table demo, close #10639
2018-05-26 00:54:30 +08:00
afc163
247d78990e
demo: improve editable row demo
2018-05-23 11:32:23 +08:00
jim
d6a554823f
Rollback ci modification
2018-05-20 21:38:29 +08:00
jim
fd1d9661c0
update snap fix ci
2018-05-20 15:49:56 +08:00
Wei Zhu
aa87fcb01e
Update snapshot
2018-05-18 18:53:26 +08:00
陈帅
d5c5219111
new edit Table demo ( #10119 )
...
* new edit Table demo
* fix test error
* fix ci
* typo
* Skip edit-row test for React 15
* Set column width
* Update snapshot
2018-05-07 20:50:43 +08:00
Christian
f4b8a58480
fixes #10289 and #10209 : lost of user selection on table data updates ( #10332 )
...
* fixes #10289 and #10209 : lost of user selection on table data updates
* adds shallowequal check
2018-05-04 14:51:15 +08:00
愚道
013df45a70
merge https://github.com/ant-design/ant-design/pull/10306 from feature-3.5.0
2018-05-03 16:58:50 +08:00
afc163
b5a52d26f2
fix snapshot
2018-05-02 14:28:16 +08:00
Junbin Huang
3a3d550b54
chore: upgrade menu ( #10305 )
...
* chore: upgrade menu and select
* Add test case for coverage percent
2018-04-29 23:01:58 +08:00
Ash Kumar
013932e6d3
Feature: (Issue 10213): Column 'sorter' function is passed 'sortOrder' as param ( #10306 )
...
* Table Column's sorter prop can now be provided a fn to which 'sortOrder' is passed as param
* head.md: added documentation for new use of 'sorter' prop function
2018-04-29 22:08:28 +08:00
afc163
15c6d58796
Table getCheckboxProps should be updated when rerender
...
close #10133
2018-04-22 15:19:04 +08:00
afc163
3612144c6d
site: avoid hash jump in demo
2018-04-11 15:15:24 +08:00
Wei Zhu
1c0b5ed21e
Revert "Update snapshot"
...
This reverts commit 98356e87ff
.
2018-03-21 12:01:58 +08:00
zhuyue
98356e87ff
Update snapshot
2018-03-21 10:51:52 +08:00
afc163
554dec3bab
update table demo
2018-03-15 14:30:01 +08:00
afc163
8db3b1f46f
update snapshot
2018-03-15 11:42:42 +08:00
Camol
2aed46012e
[feature]: add native Event - related to #9368 ( #9376 )
...
* [feature]: add native Event - related to #9368
* update tests and rc-checkbox's version
2018-03-09 15:16:57 +08:00
Wei Zhu
5e7bff8b5e
Update snapshot
2018-03-02 14:12:30 +08:00