Rainy
caf6143c1a
Update index.en-US.md
5 years ago
zombiej
e7c2ee5be6
docs: Add Table missing expandIconColumnIndex in doc
close #21803
5 years ago
二货机器人
6ba42db314
feat: Selection column also support render node ( #21711 )
* support customize selection cell
* update snapshot
* update docs
* fix lint
* to debug
5 years ago
zefeng
e262d14c2b
feat: more obviously tips for next sort ( #21631 )
5 years ago
zefeng
30574b9632
chore: improve table docs ( #21667 )
5 years ago
偏右
b86e9fea14
docs: 🎬 fix expandIcon demo link ( #21661 )
* 🎬 fix expandIcon demo link
close #21657
* Update index.en-US.md
5 years ago
zombiej
2584635d73
chore: Update snapshot & clean typo of Table scroll desc
5 years ago
xrkffgg
4388a96c32
docs: Format string notation of all components ( #20970 )
5 years ago
二货机器人
b07d95b0dd
docs: Update Table scroll docs ( #20204 )
5 years ago
Olivier Louvignes
3ef0a402b5
feat(table): Add defaultFilteredValues to table columns ( #20088 )
5 years ago
陈小聪
e71a4ef10f
docs: Removed version column in 4.0 ( #19832 )
5 years ago
Martin Litvaj
bb92b01ae0
Update link to latest ColumnProps ( #19789 )
* Update link to latest ColumnProps
* update CN docs
5 years ago
Olivier Louvignes
103920e4f5
Add defaultFilteredValues to table columns ( #18925 )
5 years ago
二货机器人
72a7ba618f
New Table ( #19678 )
* chore: update rc-table
* add basic table style
* checked all logic
* checkbox support disabled
* selection style
* selection support radio
* add selections support
* selection extra style
* select all locale
* sorter logic
* add more desc
* init Filter hooks
* init filter hooks
* update style
* filter style
* filter style
* fix filter
* sort control
* ajax it
* add expandedable css
* expandable view style
* fixed style
* border style
* empty style
* fix pagination style
* add fixed demo
* un-comment
* clean up
* fix filter check logic
* fix overflow & ellipsis conflict
* fix tes
* adjust scroll shadow
* fix border fixed style
* add part of test case
* add filter test part
* more test case
* issue related test
* filter test
* adjust pagination logic
* fix pagination test case
* all selection test case
* table sorter test case
* table basic test
* fix test case
* update faq
* update expandable doc
* add v4 doc
* add summary docs
* more demo
* fix selection
* update snapshot
* update test case
* fix ff styling
* update rc-table
* update snapshot
* update snapshot
* fix lint
* fix style lint
* fix style
* update snapshot
* update desc
* fix missing icon
5 years ago
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
5 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