feng zhi hao
78bdbbfe93
fix: improve rowSelection.selections of Table ( #5409 )
* improve rowSelection.selections of Table
* fix classNames spell error
* update class name
8 years ago
偏右
674255bd14
[WIP] upgrade deps ( #5455 )
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
8 years ago
Benjy Cui
8f81594f91
Refactor: introduce injectLocale ( #5289 )
* refactor: extract injectLocale and refactor Pagination, ref: #5103
* refactor: use injectLocale in Popconfirm, ref: #5103
* refactor: use injectLocale in TimePicker
* refactor: use injectLocale in Transfer
* refactor: use injectLocale in TreeSelect
* refactor: remove useless code in AutoComplete
* test: update snapshot
8 years ago
Wei Zhu
fee429909f
Change to correct page when table data changes ( #5277 )
Fix #5259
8 years ago
Wei Zhu
557f40aec4
Use a constant to avoid creating new object
Ref #5300
8 years ago
Wei Zhu
f567342d95
Fix grouping column table sort and filter in controlled mode ( #5211 )
Close #5158
8 years ago
Wei Zhu
c037abab6a
Align table checkbox ( #5183 )
* Align table checkbox
* Don't select Item
* I18n selection text
* Update snapshot
8 years ago
偏右
3cf056b010
percise the rowKey warning message
8 years ago
Wei Zhu
570e2ce1dc
Check if Table[pagination] exist
When pagination is null, a error "Cannot use 'in' operator to search for 'current' in null"
will raise.
8 years ago
feng zhi hao
6d903a6ba5
add custom selection in Table ( #4962 )
* add custom selection in Table
* update snapshots
* update snapshots again
* optimize selection in Table
* update test
* update snapshots
* improve test
* fix test
8 years ago
afc163
a7c6c027ce
Fix ts definition of Table & RangePicker
close https://segmentfault.com/q/1010000008423156
8 years ago
afc163
c1f3b58b28
Fix table wrapper float layout, close #4945
8 years ago
Benjy Cui
b7519a65c0
fix: should clear float, close : #4945
8 years ago
afc163
6e4fae0e29
remove onChange functions in Table.onChange(pagination)
8 years ago
afc163
b34557ef17
Fix Table pagination.onChange arguments
react-component/pagination#58
8 years ago
afc163
bd6bc70302
Rollback #4869 for better loading animation, close #4934
8 years ago
偏右
4c0af2ba1f
refactor: reduce table nested level ( #4869 )
* reduce table nested level, #4868
* update table snapshot
8 years ago
lixiaoyang
d05a03fe00
feat: Table的loading可以使用Spin的属性 ( #4824 )
* Table的loading可以使用Spin的属性
* Test
* Fix
* test
8 years ago
Warren Seymour
7010dd018d
Add 'middle' as a valid value for `Table.props.size` ( #4819 )
8 years ago
Wei Zhu
f84dfbbaa9
Fix table filter in JSX ( #4765 )
Fix #4759
8 years ago
afc163
a585f603d0
Fix Table selection page-jumping issue, close #4779
8 years ago
afc163
94f5a07f68
Add rowKey link into console warning message
8 years ago
Wei Zhu
823ac6c139
fix TableColumnConfig exporting, #4660
8 years ago
afc163
fae7fd1658
Fix default value of Table showHeader, close #4658
8 years ago
afc163
3f5aebe85b
Fix Table column.filteredValue null problem, ref #4550
8 years ago
afc163
1c493ad798
Fix error when Table[pagination] change, close #4532
8 years ago
afc163
7548f2068f
remove comment
8 years ago
陆离
e36039acf8
chore: Spinning Pagination of table while loading ( #4462 )
* Spinning Pagination of table while loading
- close #4461
* update snapshots of table
8 years ago
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.
8 years ago
afc163
668c481110
Fix table radius without column header, close #4373
8 years ago
Wei Zhu
8018529582
Ensure checkbox props cache is cleared after dataSource changes. ( #4288 )
Fix #4245
8 years ago
Benjy Cui
1351b5da5d
refactor: remove splitObject
8 years ago
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.
8 years ago
afc163
82902855db
fix ts error
8 years ago
Wei Zhu
65b2429ed2
Fix grouping column filter. ( #4113 )
8 years ago
Benjy Cui
c4d8c4770c
Add upgrade warning ( #4028 )
* chore: add upgrade warning for time related value
* chore: update warning
* chore: update demo url
8 years ago
Wei Zhu
86f1fa030a
Fix: table columns not update ( #4009 )
8 years ago
Wei Zhu
ccbebe60cc
style: Fix jsx alignment, #3966 ( #3967 )
8 years ago
Wei Zhu
ed455c01d1
feat: Implement Table.Column and Table.ColumnGroup ( #3868 )
* Implement Table.Column and Table.ColumnGroup
* Upgrade rc-table
8 years ago
Wei Zhu
0e6ac6bc4c
Optimize table selection ( #3757 )
* Extract SelectionRadio, SelectionCheckbox, SelectionCheckboxAll
* Add some tests
8 years ago
Benjy Cui
60ecb3c628
refactor: each message should warn just once
8 years ago
feng zhi hao
90fbd4da51
types: add datasource generics type in Table ( #3603 )
8 years ago
Benjy Cui
08e21e0a2f
refactor: close : #3490
8 years ago
afc163
1e5264bad7
fix tslint
8 years ago
yiminghe
c2d3f16dfb
update tslint
8 years ago
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
8 years ago
feng zhi hao
4b9db4ff87
improve props interface in InputNumber and Table ( #3360 )
8 years ago
Benjy Cui
0c90e73fa8
fix: add missing domain..
8 years ago
Benjy Cui
2d383067ce
docs: should remove domain, close : #3215
8 years ago
ImJoeHs
ea5386994d
fix table filter type ( #3193 )
* fix table filter type
* 'fix'
* update
8 years ago