Wei Zhu
1af4392ae9
feat: filterIcon can be a function
6 years ago
Wei Zhu
aa580beb8b
docs: sort api table
7 years ago
afc163
f2fddff3fd
upgrade rc-table to 16.2
close #10392
close #10379
close #10828
7 years ago
afc163
6458280cb3
site: add alt to images
7 years ago
Albert 理斯特
b7411febce
A: 新增关于 childrenColumnName 的文档,fix #9035 ( #10062 )
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
Sangle
eb338425fe
docs: fix syntax error ( #9764 )
7 years ago
诸岳
aadba9b0e3
docs: add align prop description ( #9749 )
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
SimpleFrontend
9073237e70
Added selectionColumnWidth to TableRowSelection ( #9474 )
* Added selectionColumnWidth to TableRowSelection
* Updated documents
* Renamed selectionColumnWidth to columnWidth
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
a6ffd332fa
docs: fix parameter
7 years ago
afc163
875024cd1e
update onRow usage
7 years ago
afc163
3ed3a078e1
Document for Table onRow, ref #355
7 years ago
ddcat1115
4286131735
fix doc error
7 years ago
Wei Zhu
999d6184ad
docs: Sort api table
7 years ago
Wei Zhu
43628b9848
docs: document Table[expandRowByClick]
7 years ago
Wei Zhu
4d7ce541cd
docs: TableColumnConfig has been renamed to ColumnProps
Close #8438
7 years ago
Wei Zhu
2de0a6a522
Add use in TypeScript instruction ( #8230 )
7 years ago
Wei Zhu
f78d33ed59
Update rc-table ( #8187 )
* Update rc-table
* Add table drag sorting demo
7 years ago
Wei Zhu
36227a10db
docs: sort api table
7 years ago
Wei Zhu
f28d0d4d82
docs: Document onRowContextMenu
close #7820
7 years ago
monkindey
990d9c6192
format the conflicted table markdown
7 years ago
monkindey
7d26fb10e0
correct the conflict
7 years ago
monkindey
ea926fecaf
also resolve conflicted file
7 years ago
monkindey
0bc5936b23
resolve conflicted files
7 years ago
afc163
5f37d9df24
doc: fix expandedRowRender type, close #7901
7 years ago
afc163
fda3f6ddcd
doc: fix expandedRowRender type, close #7901
7 years ago
Xiaohan Lee
d490a027bb
Docs: update docs for Table's undocumented apis ( #7525 )
* onRowMouseEnter
* onRowMouseLeave
7 years ago
偏右
a7200c906c
Add hideDefaultSelections ( #7342 )
close #7295
7 years ago
山客
ac07dcefb0
Update Table Document ( #7268 )
Fix syntax errors(markdown table).
7 years ago
LeezQ
d329d191dd
docs: interface define error ( #7241 )
fix: interface Properties should be separated by semicolons
7 years ago
Xiaohan Lee
c23c0a6b16
Update docs for Table.render and Upload.onChange ( #7180 )
* Docs: fix invalid link in docs of Table.render
* Docs: add link for "onChange" in docs of Upload.onChange
7 years ago
hansnow
6bc57e450c
Update table documents
7 years ago
afc163
dbdd5d5126
update table doc
8 years ago
sojournerc
e2a99f53f7
add ClickEvent to Table.props.onRowClick interface
8 years ago
Wei Zhu
847153d998
docs: Document Table column[key] can be ignored.
Related #6436
8 years ago
陆离
15e6133867
Filter Icon of Table ( #5293 )
* Filter Icon of Table
+ close #5287
+ add `isFiltered` props for mark dataSource is filterd
+ improve CustomFilter Demo
* fix doc
* update
* custome filter icon
* custome filter icon
8 years ago
feng zhi hao
8dfdce50f9
fix: improve rowSelection.selections of Table ( #5409 )
* improve rowSelection.selections of Table
* fix classNames spell error
* update class name
8 years ago
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
Wei Zhu
80043581c5
docs: Add a link to Array.sort
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
18ec5933b7
fix old react documentation links
8 years ago
Wei Zhu
77b78a9389
docs: Unify type naming ( #4636 )
* Unify name of ReactNode type in document
* Lowser all string type name
* Lowercase all number type name
* Lowercase all boolean type name
* Unify array type
* Lowercase all object type name
* Unify mutilple types
8 years ago
Wei Zhu
8a2b3470ef
Document using Table in TypeScript ( #4568 )
* Allow any valid ReactElement as Table.Column
* Document using Table in TypeScript
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
2ba1e8f3ef
clean table demo
8 years ago
afc163
6ccaf71841
Add onCellClick API in doc for #3774
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
afc163
a6d2de1a7b
controlled filterDropdown props, close #3003
8 years ago