afc163
a7c6c027ce
Fix ts definition of Table & RangePicker
...
close https://segmentfault.com/q/1010000008423156
2017-02-23 12:51:40 +08:00
afc163
c1f3b58b28
Fix table wrapper float layout, close #4945
2017-02-20 11:36:56 +08:00
Benjy Cui
b7519a65c0
fix: should clear float, close : #4945
2017-02-20 11:31:51 +08:00
afc163
6e4fae0e29
remove onChange functions in Table.onChange(pagination)
2017-02-19 13:55:36 +08:00
afc163
b34557ef17
Fix Table pagination.onChange arguments
...
react-component/pagination#58
2017-02-19 13:50:20 +08:00
afc163
bd6bc70302
Rollback #4869 for better loading animation, close #4934
2017-02-18 14:58:47 +08:00
偏右
4c0af2ba1f
refactor: reduce table nested level ( #4869 )
...
* reduce table nested level, #4868
* update table snapshot
2017-02-16 15:36:34 +08:00
Warren Seymour
7010dd018d
Add 'middle' as a valid value for Table.props.size
( #4819 )
2017-02-09 22:43:58 +08:00
Wei Zhu
f84dfbbaa9
Fix table filter in JSX ( #4765 )
...
Fix #4759
2017-02-08 14:43:00 +08:00
afc163
a585f603d0
Fix Table selection page-jumping issue, close #4779
2017-02-07 21:09:51 +08:00
afc163
94f5a07f68
Add rowKey link into console warning message
2017-02-07 15:32:44 +08:00
Wei Zhu
823ac6c139
fix TableColumnConfig exporting, #4660
2017-01-20 16:08:20 +08:00
afc163
fae7fd1658
Fix default value of Table showHeader, close #4658
2017-01-20 11:34:08 +08:00
afc163
3f5aebe85b
Fix Table column.filteredValue null problem, ref #4550
2017-01-10 20:52:53 +08:00
afc163
1c493ad798
Fix error when Table[pagination] change, close #4532
2017-01-09 20:49:00 +08:00
afc163
7548f2068f
remove comment
2017-01-09 19:35:41 +08:00
陆离
e36039acf8
chore: Spinning Pagination of table while loading ( #4462 )
...
* Spinning Pagination of table while loading
- close #4461
* update snapshots of table
2017-01-04 18:43:11 +08:00
Wei Zhu
29e4717fe3
Fallback table record key to data index. ( #4397 )
...
In last PR #4185 , we removed data index from record key, it
leads to inconformity behavior.
2016-12-30 13:50:11 +08:00
afc163
668c481110
Fix table radius without column header, close #4373
2016-12-27 18:24:30 +08:00
Wei Zhu
8018529582
Ensure checkbox props cache is cleared after dataSource changes. ( #4288 )
...
Fix #4245
2016-12-19 21:10:06 +08:00
Benjy Cui
1351b5da5d
refactor: remove splitObject
2016-12-19 15:19:15 +08:00
Wei Zhu
d7a110552b
Don't use index as row key. ( #4185 )
...
* Ensure warning if key is undefined.
* Ensure getRecordKey receives index
* Remove rowKey's second parameter from doc.
2016-12-16 17:53:08 +08:00
afc163
82902855db
fix ts error
2016-12-03 15:51:44 +08:00
Wei Zhu
65b2429ed2
Fix grouping column filter. ( #4113 )
2016-12-03 15:13:10 +08:00
Benjy Cui
c4d8c4770c
Add upgrade warning ( #4028 )
...
* chore: add upgrade warning for time related value
* chore: update warning
* chore: update demo url
2016-12-02 15:07:33 +08:00
Wei Zhu
86f1fa030a
Fix: table columns not update ( #4009 )
2016-11-25 15:04:25 +08:00
Wei Zhu
ccbebe60cc
style: Fix jsx alignment, #3966 ( #3967 )
2016-11-23 17:53:10 +08:00
Wei Zhu
ed455c01d1
feat: Implement Table.Column and Table.ColumnGroup ( #3868 )
...
* Implement Table.Column and Table.ColumnGroup
* Upgrade rc-table
2016-11-22 10:11:12 +08:00
Wei Zhu
0e6ac6bc4c
Optimize table selection ( #3757 )
...
* Extract SelectionRadio, SelectionCheckbox, SelectionCheckboxAll
* Add some tests
2016-11-11 15:26:51 +08:00
Benjy Cui
60ecb3c628
refactor: each message should warn just once
2016-11-01 11:10:11 +08:00
feng zhi hao
90fbd4da51
types: add datasource generics type in Table ( #3603 )
2016-10-26 18:26:26 +08:00
Benjy Cui
08e21e0a2f
refactor: close : #3490
2016-10-24 16:30:38 +08:00
afc163
1e5264bad7
fix tslint
2016-10-20 22:10:46 +08:00
yiminghe
c2d3f16dfb
update tslint
2016-10-20 19:19:16 +08:00
Albert Zheng
23dd825afd
【Please review】Fixes for supporting TypeScript 2.0.3 ( #3439 )
...
* Fixes for supporting TypeScript 2.0.3
* Fixes for supporting TypeScript 2.0.3. Issue is #3358
2016-10-18 11:55:00 +08:00
feng zhi hao
4b9db4ff87
improve props interface in InputNumber and Table ( #3360 )
2016-10-10 22:38:47 +08:00
ImJoeHs
ea5386994d
fix table filter type ( #3193 )
...
* fix table filter type
* 'fix'
* update
2016-09-28 19:56:12 +08:00
广彬-梁
a7ba9004e1
fix: record key bug ( #3166 )
2016-09-27 13:41:57 +08:00
Benjy Cui
bd7e9f00c0
style: update code style
2016-09-21 11:54:53 +08:00
ddcat1115
602000f1a1
feat: Table suport indeterminate checkbox ( #3074 )
...
* Table suport indeterminate checkbox
* Table support indeterminate Checkbox
2016-09-20 15:29:31 +08:00
afc163
69cdf22b42
Allow indicate expandIconColumnIndex in Table, close #3055
2016-09-20 13:16:58 +08:00
feng zhi hao
2cf5dc0046
chore: improve declaration ( #3078 )
2016-09-19 17:35:17 +08:00
feng zhi hao
cad2d19be2
fix: complete loss declaration ( #3068 )
...
* complete loss declaration
* fix error in ts-lint
* fix Icon name error
2016-09-19 10:17:07 +08:00
偏右
354759cb17
Redesigned icons ( #3041 )
...
* redesigned icons
* change iconfont content
* use same icons
* fix missing icons
* improve icon size
2016-09-18 09:54:47 +08:00
Benjy Cui
59093a6586
fix: should pass prefixCls correctly
2016-09-14 16:59:45 +08:00
马斯特
a25ec29fb8
refactor: 保证所有的tsx和less都正确使用prefix ( #3024 )
...
* refactor: extract prefix cls as less variable
* refactor: apply ant icon prefix cls in less files
* refactor: all components support prefixCls props
2016-09-14 16:18:33 +08:00
Benjy Cui
c754a3d3d4
chore: add warning for breaking changes
2016-09-14 11:42:06 +08:00
Benjy Cui
8db2b79505
chore: fix compile errors
2016-09-13 15:31:29 +08:00
Benjy Cui
77a45f0b00
deps: upgrade rc-table ( #2958 )
...
* feat: remove Table columns paging, close : #2883
* css: add style for table multi-header
* feat: multi-header supports fitler & sorter and so on
* feat: multi-heaader works with Table[scroll.y]
* feat: multi-header should works with Table[scroll.x]
* style: update code style to please lint
2016-09-09 13:55:41 +08:00
afc163
497ff0cabb
Merge branch "1.x-stable"
2016-08-31 15:00:13 +08:00