afc163
b5a52d26f2
fix snapshot
7 years ago
Junbin Huang
3a3d550b54
chore: upgrade menu ( #10305 )
* chore: upgrade menu and select
* Add test case for coverage percent
7 years ago
Ash Kumar
013932e6d3
Feature: (Issue 10213): Column 'sorter' function is passed 'sortOrder' as param ( #10306 )
* Table Column's sorter prop can now be provided a fn to which 'sortOrder' is passed as param
* head.md: added documentation for new use of 'sorter' prop function
7 years ago
afc163
d9053a2526
Tweak sort position again
7 years ago
Samuel Gaus
4bc28ac471
Update jsx.md ( #10203 )
Made it clear that you can't use components other than Column or ColumnGroup as children to Table.
7 years ago
afc163
15c6d58796
Table getCheckboxProps should be updated when rerender
close #10133
7 years ago
Albert 理斯特
b7411febce
A: 新增关于 childrenColumnName 的文档,fix #9035 ( #10062 )
7 years ago
afc163
3612144c6d
site: avoid hash jump in demo
7 years ago
afc163
bf6e91be3a
Tweak table sorter icon click area again
7 years ago
Nokecy
98d56b2dd0
Fixed typescript definition and add table props onHeaderRow ( #9902 )
7 years ago
Wei Zhu
70ea209857
docs: Clarify Table[scroll] useage
Related issue:
https://github.com/ant-design/ant-design/issues/2203
https://github.com/ant-design/ant-design/issues/2130
7 years ago
meesvandongen
2c5231f0ed
Made expanded row background (table) a less variable. ( #9789 )
7 years ago
Sangle
eb338425fe
docs: fix syntax error ( #9764 )
7 years ago
诸岳
aadba9b0e3
docs: add align prop description ( #9749 )
7 years ago
Wei Zhu
1c0b5ed21e
Revert "Update snapshot"
This reverts commit 98356e87ff
.
7 years ago
zhuyue
98356e87ff
Update snapshot
7 years ago
Wei Zhu
0d9dcb1714
Fix table scroll x ( #9704 )
7 years ago
Wei Zhu
381b88e9b0
Tweak table border radius ( #9674 )
Close #6750
7 years ago
afc163
554dec3bab
update table demo
7 years ago
afc163
8db3b1f46f
update snapshot
7 years ago
nestoralonso
43d7be5478
Update fixed-columns.md ( #9680 )
Fix typo scoll.x => scroll.x
7 years ago
Terence
4458f3dde1
Fix missing key of column.title in Table ( #9658 ) ( #9670 )
7 years ago
afc163
eb2290a87f
Tweak table sort icons position
7 years ago
Camol
2aed46012e
[feature]: add native Event - related to #9368 ( #9376 )
* [feature]: add native Event - related to #9368
* update tests and rc-checkbox's version
7 years ago
Wei Zhu
f78e0098fa
Improve Radio/Checkbox type definition
Close #9574
7 years ago
SimpleFrontend
9073237e70
Added selectionColumnWidth to TableRowSelection ( #9474 )
* Added selectionColumnWidth to TableRowSelection
* Updated documents
* Renamed selectionColumnWidth to columnWidth
7 years ago
afc163
af8e54f1d6
Fix table radius in chrome
7 years ago
Wei Zhu
5e7bff8b5e
Update snapshot
7 years ago
Wei Zhu
a4fea8f22c
docs: Add Table pagination position to demo
7 years ago
Camol
ae2990e241
feature: [Table] Pagination on the top in addition to the bottom. fix… ( #9357 )
* feature: [Table] Pagination on the top in addition to the bottom. fix (#9346 )
* refactor pagination of table (#9357 )
* specify the position of pagination when using table - add test
* specify the position of pagination when using table - update API docs
* update api docs
* fix error
* add TablePaginationConfig extends PaginationProps
7 years ago
Wei Zhu
5df04e6827
Fix lint
7 years ago
Wei Zhu
54242e968f
Set Table filter dropdown menu popup container
Fix #9209
7 years ago
Wei Zhu
c28d6f1624
Remove table overflow:hidden, fix #7799
7 years ago
Wei Zhu
f1fd85780e
Revert "fix type of column dataIndex ( #9298 )"
This reverts commit f8e996ee8e
.
Close #9393
7 years ago
Wei Zhu
a6ffd332fa
docs: fix parameter
7 years ago
Wei Zhu
a438b9b33f
Add spin dot className to custom indicator
7 years ago
Wei Zhu
7d5db31e67
Fix table custom spin indicator
Fix #9355
7 years ago
afc163
e3f115dd3d
update snapshot
7 years ago
afc163
2909e5f651
Fix sorter icon click area overflow in Table
close #8979
7 years ago
Wei Zhu
b5f88c0005
Fix table padding close #9319
7 years ago
Wei Zhu
7d3ff69e12
Fix small bordered table style
Fix #8980
7 years ago
afc163
875024cd1e
update onRow usage
7 years ago
afc163
3ed3a078e1
Document for Table onRow, ref #355
7 years ago
Leo
f8e996ee8e
fix type of column dataIndex ( #9298 )
7 years ago
Wei Zhu
ca6a8d13bd
site: Update Table drag demo
Close #9255
7 years ago
Wei Zhu
aa88c656f1
docs: remove expaned row hover background color
Close #8775
7 years ago
Evert Bouw
0c69d721de
Fix(Typings): Add OnHeaderCell property to ColumnProps ( #9223 )
* Fix(Typings): Add OnHeaderCell property to ColumnProps
* onHeaderCell actually receives the ColumnProps object
7 years ago
mgrdevport
5fd741bf21
Pass name prop down to the table selection input ( #9054 )
7 years ago
ryanhoho
b93e33c535
table size padding use @table-padding-vertical & @table-padding-horiz… ( #9106 )
7 years ago
sallen450
a9562e75fe
Fix(Table): Hide emptyType in `Table` when `loading` prop is true ( #9095 )
* fix(Table): Hide text in when prop is true
* test(Table): renders empty table without emptyText when loading
* refactor: code style
7 years ago