Leon Koole
4aa81e576c
Clear up confusing language about dataSource keys
5 years ago
swillis12
2c864b9bc6
Add sortColumn to title render ( #19012 )
Update docs
Update TS interface
Add null
Fix lint error
5 years ago
MrHeer
90a77c0f02
👌 update README
5 years ago
MrHeer
4a5b0e1669
✨ Flipping table to automatically scroll to the top
👌 apply it in handleFilter and toggleSortOrder
👌 ref instead of findDOMNode
✅ update test for scroll to first row
close #18623
5 years ago
Ilya Bondarenko
8846122060
feat: Add visible to filterDropdown function ( #17614 )
* Add visible to filterDropdown function
* Update tests
5 years ago
afc163
2e5928450d
📝 Improve Table doc about tableLayout
5 years ago
afc163
d9f2c906ca
⚡ support column.ellipsis
close #5753
5 years ago
afc163
7c180a7f31
🆙 upgrade rc-table
5 years ago
afc163
577bc87bba
Add Table `tableLayout` prop
6 years ago
afc163
887aa4c347
📝 antd/lib/xxx => antd/es/xxx
5 years ago
zx6658
2cb0710ec4
doc: 📖 update table component's selectedRowKeys type
5 years ago
afc163
173859e49c
✨ Add Table `getPopupContainer`
close #17548
close #16876
close #14864
close #14426
5 years ago
MuYu
fb0b4f0fc9
docs: show version Number features were added ( #17373 )
* docs: add api first appearance
* docs: fix auto-complete doc
* docs: replace Version Added with Version
* docs: date picker common method
* docs: date picker common method
* docs: tree
* docs: remove meaningless 3.0.0
5 years ago
王林涛
b5d629a8a3
docs(Table): update description of hideDefaultSelections
5 years ago
Meck Zhu
4463d24660
docs: Remove predix I from interface
5 years ago
Sergey Levkovich
7304daf4fa
Update index.en-US.md
6 years ago
afc163
b780070351
💄 prittier all files
6 years ago
afc163
7b56290ef4
📝 Improve column.align document
6 years ago
afc163
60f4930348
📝 Optimize table and form documentation
6 years ago
偏右
d922c377cb
refactor: Optimize default selection column width implement ( #15990 )
* 🔨 Optimize default selection column width implement
make it be able to overrided in css
close #15968
* ✅ update snapshots
6 years ago
Sergey Levkovich
0975eac8bf
Update index.en-US.md
6 years ago
Sergey Levkovich
ae16e4df61
Update index.en-US.md
Add commas in object
6 years ago
whinc
115db9df70
docs: add 'sortDirections' description to Table component ( #15461 )
6 years ago
zy410419243
bf4560cf37
docs: fix wrong usage of comma
6 years ago
zombieJ
ee97cfe6cc
update doc ( #14712 )
6 years ago
Maksym Mosyura
0fc12c9cc5
update onRow Table properties documentation
6 years ago
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