偏右
d811ebee5c
New color system ( #4426 )
* Add new color patterns algorithm
* Add color palettes
* update other colors
* fix gray color
* update more tint/shade to colorPalette
* new font color
* Update doc for new color system
* improve doc style
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
Wei Zhu
42f98e6779
docs: fix typo.
8 years ago
可乐
2e4e1fcaef
避免 value 正好是数字 0 ( #4401 )
8 years ago
afc163
869fc54cf7
fix snapshots
8 years ago
afc163
668c481110
Fix table radius without column header, close #4373
8 years ago
afc163
e91f4f2335
improve style code
8 years ago
afc163
3e00fa8e64
update dynamic-settings table demo
8 years ago
afc163
d81c425588
fix snapshot
8 years ago
Wei Zhu
8018529582
Ensure checkbox props cache is cleared after dataSource changes. ( #4288 )
Fix #4245
8 years ago
Benjy Cui
62c22f31a9
docs: update demo for table
8 years ago
Sergio Crisostomo
7bc43493c1
docs: Add info about how to turn off pagination ( #4285 )
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
Wei Zhu
666e80a1ba
tests: Fix table import
8 years ago
Wei Zhu
07103b9fb6
Don't ignore test files.
8 years ago
Wei Zhu
17a0a33283
Restructure tests.
8 years ago
Wei Zhu
66f7b050eb
Read initial visible state from column.filterDropdownVisible if it's available. ( #4182 )
fix #4162
8 years ago
afc163
fcdc375f77
update table demo detail style
8 years ago
afc163
779a62093d
group column header should be text align centered
8 years ago
afc163
2ba1e8f3ef
clean table demo
8 years ago
afc163
82902855db
fix ts error
8 years ago
afc163
bf562c95f1
Fix fixed table empty z-index, close #4016
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
d2918d2456
Fix rowSelection defauleChecked
8 years ago
Will Chen
6b774a1343
docs: improve docs' detail ( #4050 )
8 years ago
Benjy Cui
932443099a
css: use @component-background , ref: #4040
8 years ago
cathayandy
addb6e44dc
Fix #4039 . Replace background-color: #fff with background: @body-background ( #4040 )
8 years ago
Wei Zhu
13e13f333d
fix: Wrap custom filterDropdown by FilterDropdownMenuWrapper, fix #4010 ( #4013 )
8 years ago
Wei Zhu
86f1fa030a
Fix: table columns not update ( #4009 )
8 years ago
Wei Zhu
bd55d21f83
style: Fix jsx-no-multiline-js ( #3994 )
* Fix jsx-no-multiline-js
* TimePicker addon test
* Transfer search test
8 years ago
afc163
6ccaf71841
Add onCellClick API in doc for #3774
8 years ago
Wei Zhu
ccbebe60cc
style: Fix jsx alignment, #3966 ( #3967 )
8 years ago
Albert Zheng
5e1b679dfb
chore: Fixed two compiling errors reported by tsc 2.0.10. ( #3969 )
8 years ago
Wei Zhu
d20572bdab
test: demo snapshot testing ( #3916 )
* Run snapshot testing against all demos
* Split demo tests
* ignore coverage folder
* Upgrade antd-demo-jest
* enable cache
* intergate with coveralls.io
* Add node test
* Set worker to 2
https://github.com/facebook/jest/issues/1742
* config coverage
* Set default supportServerRender to true
8 years ago
Wei Zhu
4b1722e95d
fix: wrong select all checkbox displaying when pagination changes ( #3904 )
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
ddcat1115
cd2a1438b7
docs: Table add editable demos ( #3922 )
8 years ago
afc163
6af5c54e6c
unify checkbox and expand icon width of Table
8 years ago
afc163
cc1f1be8bd
fix ts error
8 years ago
Bruce Mitchener
36508ffabd
Typo fixes.
8 years ago
afc163
9e6439b06c
fix title and footer height according to Table[size]
8 years ago
afc163
ab8f8e4506
update table demo
8 years ago
afc163
a6d2de1a7b
controlled filterDropdown props, close #3003
8 years ago
afc163
4b2e9bbd23
Fix non-bordered Table column header border radius
https://zos.alipayobjects.com/rmsportal/khxltYwtEiBKtHE.png
8 years ago
afc163
05213a5827
update table demos
8 years ago
Wei Zhu
7dc0328c60
Fix table border when using cell merging ( #3806 )
8 years ago
Wei Zhu
0e6ac6bc4c
Optimize table selection ( #3757 )
* Extract SelectionRadio, SelectionCheckbox, SelectionCheckboxAll
* Add some tests
8 years ago
afc163
01f5b61982
Add position relative for table cell
8 years ago