zombiej
d23a996b35
update doc
close #11802
6 years ago
muzea
0c5bbf04f4
fix: extra space
6 years ago
muzea
0760cb7ff7
docs(table): generic type arguments in jsx elements demo
6 years ago
yoyo837
41360cc4c8
update `dataIndex` description
6 years ago
yoyo837
722b903118
update docs react-component/table#222
6 years ago
zombieJ
2cd0ca3225
Get the filtered data after executing the filter function on the dataSource ( #12369 )
* update testcase
* rename as currentDataSource
6 years ago
Wei Zhu
306bce385b
Improve type definition and doc of TableComponents
6 years ago
afc163
f0974e0da7
support column.title as render props
```jsx
columns={[{
title: (filters, sortOrder) => <div>Title</div>,
}]}
```
close #11246
6 years ago
Mikasa33
6833e767c6
Add defaultSortOrder ( #12229 )
添加默认排序参数说明
6 years ago
afc163
bead75021b
change and undocument onSelectMultiple cause it need more disscuss
6 years ago
littleLane
b23d742f1b
feat: add rowSelection.columnTitle to Table
6 years ago
Raphael Chauveau
08e83193f2
Multiple row selection ( #11406 )
This PR intends to solve issue #11404 (Multiple row selection in table component).
The Chinese documentation is missing from the PR. Could someone please add it ?
6 years ago
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
Wei Zhu
999d6184ad
docs: Sort api table
7 years ago
Dane David
a1ada4f4f6
Add expandRowByClick API to Table docs ( #8490 )
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
Graeme Yeates
8395de01a2
Add support for column defaultSortOrder ( #6449 ) ( #8111 )
Fixes #6449
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
Khalifa Lame
f3c35941ec
docs: update Table english doc ( #7643 )
Fixed typos.
7 years ago
Xiaohan Lee
d490a027bb
Docs: update docs for Table's undocumented apis ( #7525 )
* onRowMouseEnter
* onRowMouseLeave
7 years ago
Khalifa Lame
99a998afb5
docs: update Table english doc ( #7432 )
Fixed numerous typos
7 years ago
Wei Zhu
1547b889b7
Revert "Add support for table default sort order" ( #7414 )
7 years ago
偏右
a7200c906c
Add hideDefaultSelections ( #7342 )
close #7295
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
Graeme Yeates
40e94945d9
Add support for table default sort order ( #6449 )
7 years ago
hansnow
6bc57e450c
Update table documents
7 years ago
Egor Yurtaev
777e4adeb0
Add `onRowDoubleClick` into Table documentation
8 years ago
sojournerc
e2a99f53f7
add ClickEvent to Table.props.onRowClick interface
8 years ago