afc163
6af0842be8
fix table demo snapshot
2017-01-10 14:10:44 +08:00
afc163
088ecf18a4
cleaner demo
2017-01-10 14:09:19 +08:00
afc163
75b50e9731
wider the selection column and expand column of Table
2017-01-10 14:03:04 +08:00
afc163
1042681bcd
Fix Table filter dropdown style
2017-01-10 13:46:52 +08:00
afc163
452aa84d9d
fix table test case typo
2017-01-09 21:06:04 +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
Wei Zhu
f6c0e69af5
cleanup npm scripts ( #4499 )
...
* Cleanup npm scripts
* Lint fix
* Don't need ignore js files
* Upgrade jest
* Add components index.tsx test
2017-01-08 17:04:09 +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
偏右
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
2017-01-01 22:20:06 +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
Wei Zhu
42f98e6779
docs: fix typo.
2016-12-29 21:41:46 +08:00
可乐
2e4e1fcaef
避免 value 正好是数字 0 ( #4401 )
2016-12-29 13:42:14 +08:00
afc163
869fc54cf7
fix snapshots
2016-12-27 19:32:36 +08:00
afc163
668c481110
Fix table radius without column header, close #4373
2016-12-27 18:24:30 +08:00
afc163
e91f4f2335
improve style code
2016-12-27 17:57:17 +08:00
afc163
3e00fa8e64
update dynamic-settings table demo
2016-12-27 17:47:27 +08:00
afc163
d81c425588
fix snapshot
2016-12-26 18:24:00 +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
62c22f31a9
docs: update demo for table
2016-12-19 16:45:58 +08:00
Sergio Crisostomo
7bc43493c1
docs: Add info about how to turn off pagination ( #4285 )
2016-12-19 16:37:29 +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
Wei Zhu
666e80a1ba
tests: Fix table import
2016-12-14 15:38:26 +08:00
Wei Zhu
07103b9fb6
Don't ignore test files.
2016-12-14 14:48:09 +08:00
Wei Zhu
17a0a33283
Restructure tests.
2016-12-14 14:41:39 +08:00
Wei Zhu
66f7b050eb
Read initial visible state from column.filterDropdownVisible if it's available. ( #4182 )
...
fix #4162
2016-12-08 11:18:35 +08:00
afc163
fcdc375f77
update table demo detail style
2016-12-04 17:47:45 +08:00
afc163
779a62093d
group column header should be text align centered
2016-12-04 17:43:24 +08:00
afc163
2ba1e8f3ef
clean table demo
2016-12-03 17:50:41 +08:00
afc163
82902855db
fix ts error
2016-12-03 15:51:44 +08:00
afc163
bf562c95f1
Fix fixed table empty z-index, close #4016
2016-12-03 15:43:26 +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
d2918d2456
Fix rowSelection defauleChecked
2016-12-02 11:36:05 +08:00
Will Chen
6b774a1343
docs: improve docs' detail ( #4050 )
2016-11-29 17:13:24 +08:00
Benjy Cui
932443099a
css: use @component-background, ref: #4040
2016-11-29 11:56:10 +08:00
cathayandy
addb6e44dc
Fix #4039 . Replace background-color: #fff with background: @body-background ( #4040 )
2016-11-29 09:54:54 +08:00
Wei Zhu
13e13f333d
fix: Wrap custom filterDropdown by FilterDropdownMenuWrapper, fix #4010 ( #4013 )
2016-11-25 16:24:24 +08:00
Wei Zhu
86f1fa030a
Fix: table columns not update ( #4009 )
2016-11-25 15:04:25 +08:00
Wei Zhu
bd55d21f83
style: Fix jsx-no-multiline-js ( #3994 )
...
* Fix jsx-no-multiline-js
* TimePicker addon test
* Transfer search test
2016-11-25 12:03:39 +08:00
afc163
6ccaf71841
Add onCellClick API in doc for #3774
2016-11-23 19:45:09 +08:00
Wei Zhu
ccbebe60cc
style: Fix jsx alignment, #3966 ( #3967 )
2016-11-23 17:53:10 +08:00
Albert Zheng
5e1b679dfb
chore: Fixed two compiling errors reported by tsc 2.0.10. ( #3969 )
2016-11-23 17:52:29 +08:00
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
2016-11-22 13:43:53 +08:00
Wei Zhu
4b1722e95d
fix: wrong select all checkbox displaying when pagination changes ( #3904 )
2016-11-22 13:42:45 +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
ddcat1115
cd2a1438b7
docs: Table add editable demos ( #3922 )
2016-11-21 11:29:55 +08:00
afc163
6af5c54e6c
unify checkbox and expand icon width of Table
2016-11-20 19:09:46 +08:00
afc163
cc1f1be8bd
fix ts error
2016-11-18 11:31:02 +08:00