nikogu
|
e4860bfac0
|
update snapshots again
|
2017-08-30 13:51:27 +08:00 |
|
nikogu
|
0a9e28226b
|
update snapshots
|
2017-08-30 11:53:46 +08:00 |
|
afc163
|
5a971b24ad
|
Merge from master
|
2017-08-27 19:32:02 +08:00 |
|
afc163
|
a94e3ab3e0
|
Add test case for empty table
|
2017-08-27 17:30:29 +08:00 |
|
afc163
|
6527f9cdb0
|
More elegant empty style for fixed-columns Table
close #7298
close #7142
|
2017-08-27 17:30:29 +08:00 |
|
ddcat1115
|
83a02a6050
|
fix demo (#7327)
|
2017-08-25 16:37:00 +08:00 |
|
afc163
|
2d9b374a76
|
Merge branch 'antd-3.0' of github.com:ant-design/ant-design into antd-3.0
|
2017-08-21 21:05:41 +08:00 |
|
afc163
|
dc7dfd38c6
|
Merge from master
|
2017-08-21 21:02:57 +08:00 |
|
山客
|
ac07dcefb0
|
Update Table Document (#7268)
Fix syntax errors(markdown table).
|
2017-08-20 15:15:38 +08:00 |
|
偏右
|
3b59a03c00
|
New component divider (#7261)
* Add Divider
* use Divider in table demos
* update demo instruction
* upgrade snapshots
|
2017-08-19 12:39:11 +08:00 |
|
afc163
|
b84b17d981
|
Merge branch 'master' into antd-3.0
|
2017-08-17 18:03:28 +08:00 |
|
LeezQ
|
d329d191dd
|
docs: interface define error (#7241)
fix: interface Properties should be separated by semicolons
|
2017-08-17 16:24:18 +08:00 |
|
nikogu
|
ecef5887b6
|
merge master
|
2017-08-15 17:26:56 +08:00 |
|
afc163
|
749b6e7242
|
Tweak table sorter style
|
2017-08-15 15:14:02 +08:00 |
|
乐仪
|
314c095fbf
|
Merge remote-tracking branch 'origin/master' into antd-3.0
|
2017-08-15 00:13:40 +08:00 |
|
Xiaohan Lee
|
c23c0a6b16
|
Update docs for Table.render and Upload.onChange (#7180)
* Docs: fix invalid link in docs of Table.render
* Docs: add link for "onChange" in docs of Upload.onChange
|
2017-08-11 17:05:58 +08:00 |
|
afc163
|
b48f749e26
|
Merge branch 'feature-2.13' into antd-3.0
|
2017-08-10 16:33:18 +08:00 |
|
afc163
|
1f18c93d7f
|
Fix empty table scrollbar, close #7142
|
2017-08-09 21:55:38 +08:00 |
|
Dmitry Bolotin
|
ba0d2598fe
|
Object cloning in flatArray performed only if object has childrenName field. (#7072)
|
2017-08-07 15:33:18 +08:00 |
|
Graeme Yeates
|
d21523ef8c
|
Use classNames to set ant-column-sort Table attribute
|
2017-08-07 10:40:34 +08:00 |
|
Graeme Yeates
|
75a6a562a0
|
Update table head.md snapshot
|
2017-08-07 10:40:34 +08:00 |
|
Graeme Yeates
|
40e94945d9
|
Add support for table default sort order (#6449)
|
2017-08-07 10:40:34 +08:00 |
|
afc163
|
6a17efcbf1
|
upgrade some devDeps and fix stylelint
|
2017-08-04 18:01:40 +08:00 |
|
afc163
|
2fe4ac1a30
|
update document for #7023
|
2017-07-31 16:55:05 +08:00 |
|
Benjy Cui
|
119d498935
|
chore: replace http with https, close: #6893
|
2017-07-19 14:00:11 +08:00 |
|
hansnow
|
6bc57e450c
|
Update table documents
|
2017-07-07 18:00:34 +08:00 |
|
paranoidjk
|
ba168b826f
|
refactor: use spread operator replace object-assign (#6677)
|
2017-07-03 16:57:11 +08:00 |
|
afc163
|
dbdd5d5126
|
update table doc
|
2017-07-01 14:38:11 +08:00 |
|
偏右
|
963560d33b
|
Merge pull request #6667 from yurtaev/patch-1
Add `onRowDoubleClick` into Table documentation
|
2017-07-01 14:36:32 +08:00 |
|
偏右
|
0ce61df3da
|
Merge pull request #6599 from megawac/table-sort-select-bg
Use background-color-active for table sort and selected backgrounds
|
2017-06-30 12:00:16 +08:00 |
|
afc163
|
4f0b3cad2a
|
Fix expanded area background of fixed header table, close #6657
|
2017-06-30 11:30:27 +08:00 |
|
Egor Yurtaev
|
777e4adeb0
|
Add onRowDoubleClick into Table documentation
|
2017-06-29 18:30:07 +06:00 |
|
Graeme Yeates
|
5d8a3f6f66
|
Use background-color-active for table sort and selected backgrounds
|
2017-06-23 12:43:40 -04:00 |
|
Wei Zhu
|
7be75f59fd
|
Tweak table icons
|
2017-06-23 20:53:07 +08:00 |
|
sojournerc
|
e2a99f53f7
|
add ClickEvent to Table.props.onRowClick interface
|
2017-06-20 17:29:46 -06:00 |
|
Jordan Hornblow
|
51655e2e7c
|
Allow Number type table keys. Make notification success, error, info, warn and warning non-optional (#6434)
* Allow Number type table keys. Make notification success, error, info, warn and warning non-optional
* Fix build error
|
2017-06-13 14:43:19 +08:00 |
|
Wei Zhu
|
847153d998
|
docs: Document Table column[key] can be ignored.
Related #6436
|
2017-06-12 15:52:13 +08:00 |
|
Wei Zhu
|
baa8e23280
|
Pass className to table's pagination
fix #6416
|
2017-06-12 11:35:29 +08:00 |
|
Wei Zhu
|
e6ef5b5707
|
User static variable for element type detection
|
2017-06-01 15:07:37 +08:00 |
|
Wei Zhu
|
fd7ef2407c
|
Don't need extends from rc-table
Fix #6313
|
2017-06-01 14:49:25 +08:00 |
|
Benjy Cui
|
4e75347d35
|
deps: upgrade rc-pagination
|
2017-06-01 10:44:00 +08:00 |
|
Jordan Hornblow
|
ba65f9429e
|
Add onCellClick prop to ColumnProps interface
|
2017-05-29 20:17:01 +10:00 |
|
Jordan Hornblow
|
acdc563a54
|
Add filterDropdownVisible and onFilterDropdownVisibleChange to ColumnProps interface
|
2017-05-24 19:38:39 +10:00 |
|
afc163
|
f28c328442
|
update code style
|
2017-05-24 16:19:10 +08:00 |
|
afc163
|
55fc44aba4
|
fix table wrapper node null, #6245
|
2017-05-24 16:16:42 +08:00 |
|
afc163
|
54c6b63e9f
|
Fix table filter menu overflow issue, close #6245
|
2017-05-24 12:17:40 +08:00 |
|
afc163
|
42c3665517
|
filter dropdown should be render inside td
|
2017-05-19 16:02:21 +08:00 |
|
Benjy Cui
|
0b332f0fb8
|
test: update snapshot for pagination
|
2017-05-17 11:11:01 +08:00 |
|
afc163
|
29e54c2339
|
fix lint in demo
|
2017-05-15 16:40:10 +08:00 |
|
Benjy Cui
|
12a6060304
|
docs: fix code style
|
2017-05-15 14:37:22 +08:00 |
|