zombieJ
ee97cfe6cc
update doc ( #14712 )
6 years ago
Junbin Huang
d78c0f2707
Chore/fix master conflict ( #14126 )
* adjust table fixed column z-index (#14036 )
fix #13930
* 📝 Add instruction for one column without width left in fixed table
* Add full PR template link in template (#14061 )
* add full tmpl link
* adjust
* simplify it
* add cn link
* Fix Affix flickering when scrolling
* update
* fix: top border disappeared under some ie9
* fix calendar month range display (#14049 )
* Fix tslint warning
* Correct typescript usage (#14074 )
* 🐛 Fix steps style under IE9
close #14001
* 🐛 tweak style for not affecting vertical steps
* 📝 enhance upload documentation
* Input.Group with TimePicker disappear icon: https://codepen.io/mraiguo/pen/QzvvvE?editors=0010
* 🐛 Fix disabled button style in DatePicker panel
https://user-images.githubusercontent.com/507615/50693143-17505400-1071-11e9-9114-b150bef8f7f6.png
* 📝 site: fix BackTop been covered by footer
close #14093
* Update PULL_REQUEST_TEMPLATE.md
* Update pr_cn.md
* 🐛 Fix nested Timeline last item missing line (#14110 )
close #14108
* init Spin should also support delay trigger (#14105 )
fix #14100
* Update table docs
* bugfix
* Format
* update snapshot
* test: fix spin test
6 years ago
ztplz
16a15f696f
Update table docs
6 years ago
Max
0f83299d91
update table onRow events documentation zh-CN
6 years ago
zombiej
d23a996b35
update doc
close #11802
6 years ago
Nathan Broadbent
cbed63cb3e
Added middle and small sizes for Card component
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
afc163
213693e333
🌐 site: transition component category, close #11629
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
KentonYu
5545342bd4
docs: 修改 Table 文档 ( #12460 )
RowSelection 中 onSelectAll、onSelect 说明中的 列 改为 行
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
b84d515969
site: add promote badge
6 years ago
carrie-tanminyi
c2e50610ff
Update index.zh-CN.md ( #11924 )
6 years ago
littleLane
b23d742f1b
feat: add rowSelection.columnTitle to Table
6 years ago
Will
e91f67b87c
Update index.zh-CN.md ( #11427 )
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
* [ ] Make sure that you propose PR to right branch: bugfix for `master`, feature for latest active branch `feature-x.x`.
* [ ] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [ ] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [ ] Rebase before creating a PR to keep commit history clear.
* [ ] Add some descriptions and refer relative issues for you PR.
Extra checklist:
**if** *isBugFix* **:**
* [ ] Make sure that you add at least one unit test for the bug which you had fixed.
**elif** *isNewFeature* **:**
* [ ] Update API docs for the component.
* [ ] Update/Add demo to demonstrate new feature.
* [ ] Update TypeScript definition for the component.
* [ ] Add unit tests for the feature.
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
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