二货机器人
5d98667687
chore: Export some useful define ( #19770 )
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
Dean van Niekerk
af2dd379c2
Fixed typing issue in Table > filterDropdown ( #19701 )
5 years ago
afc163
91fcf98741
🐛 fix error for typescript@3.7.2
5 years ago
骗你是小猫咪
0ee4a531a1
refactor: upgrade rc-dropdown ( #19498 )
* refator: upgrade rc-dropdown
* upgrade rc-dropdown version
* update snapshots
5 years ago
zombiej
9bea463638
chore: fix ts define
5 years ago
afc163
fd573acdec
🐛 Fix Table border missing in fixed columns
5 years ago
afc163
b697ef1213
🐛 Fix Table Column defaultSortOrder not working
5 years ago
afc163
0bdf682a80
🐛 Fix Table inifinite loop issue
5 years ago
He Linming
3d8b9df423
fix: table does not automatically scroll to the top when change page size ( #19465 )
* 🐛 (Table): fix scrollToFirstRow
fix table does not automatically scroll to the top when change page size
close #19464
* ✅ (Table): add test case for scrollToFirstRow
* 👌 (Table): change Trigger to .ant-select
Co-Authored-By: 骗你是小猫咪 <darryshaw@gmail.com>
5 years ago
afc163
92caa2d02c
docs: improve table demo description
5 years ago
afc163
99d8f07607
🐛 Fix sort order of columns in render
array value of columns
close #19398
5 years ago
二货机器人
25788e69a8
omit withstore ( #19343 )
5 years ago
afc163
b919c23d08
🐛 Fix small table bottom border radius issue
https://github.com/ant-design/ant-design/issues/19287#issuecomment-544368967
5 years ago
afc163
6b74a1e944
✅ update table snapshot
5 years ago
afc163
185d2c41e8
🐛 fix small table border radius issue
close #19287
5 years ago
二货机器人
b9b239ec08
test: add test case for ref test ( #19302 )
* add test case for ref test
* update test case
5 years ago
afc163
13d219c439
🐛 Fix Table scroll.x max-content not working
5 years ago
二货机器人
40aca57453
chore: Remove React function polyfill ( #19279 )
* chore: Remove polyfill
* add more skip
5 years ago
二货机器人
0f83e0a4ee
fix: should work in old version react ( #19262 )
* fix: should work in old version react
* update ci config
* add version log
5 years ago
二货机器人
7d32f99283
fix: Add missing typescript define ( #19251 )
* fix: Add missing typescript define
* remove withStore
* fix lint
5 years ago
yoyo837
fb2bafbfdc
upgrade snapshot
5 years ago
yoyo837
5a07b85d9e
upgrade `fires change event` test case
5 years ago
yoyo837
0522d55f26
snapshot
5 years ago
yoyo837
59685afeeb
Provide additional args for onChange sorter when unsorting
5 years ago
yoyo837
6db3711876
upgrade table demo : onChange add args extra
5 years ago
yoyo837
453c01aaae
tuple for column fixed prop types
5 years ago
二货机器人
e75fa039ef
refactor: Use CSSMotion ( #19205 )
* refactor: Use CSSMotion
* fix lint
* update rc-menu deps
* fix test case
* clean up
* more test case
* fix lint
5 years ago
shao
41bbcfe180
docs: probably better phrased as Table component
5 years ago
Leon Koole
4aa81e576c
Clear up confusing language about dataSource keys
5 years ago
orzyyyy
54cf1a924d
fix: lint
5 years ago
afc163
47dee4c7d7
✅ fix eslint problems
5 years ago
afc163
916c0659bd
✅ increase Table test coverage
5 years ago
afc163
fb913f4f47
💄 fix lint
5 years ago
afc163
e1a4f2891e
🐛 Fix Table filter submenu checkbox margin
https://user-images.githubusercontent.com/507615/65814464-a5c6c000-e214-11e9-8085-2c6fb1f5c6f2.png
5 years ago
afc163
d41b5be377
✅ increase Table test coverage
5 years ago
afc163
66ca4a8b25
✅ more test cases
5 years ago
afc163
650d44e8a7
🐛 fix React.createElement undefined
5 years ago
afc163
bbc8800cb8
⚡ optimize Table components compare logic
5 years ago
afc163
3acbc941a6
🔨 react-lifecycles-compat for Table
5 years ago
afc163
3f7b7dedd6
💄 improve code style
5 years ago
kristof0425
18017d6ea5
fix(Table): correct lint errors
5 years ago
kristof0425
3274c55bdf
refactor(Table): make row work like a class property
5 years ago
kristof0425
2875933c99
fix(Table): prevent reusing row from previous render
5 years ago
kristof0425
2228e91b01
refactor(Table): move filter updating to getDerivedStateFromProps
5 years ago
kristof0425
4cc5fcdb24
refactor(Table): move columns to state to set in getDerivedState
5 years ago
kristof0425
948d0bd7bb
fix(Table): move rowSelection logic to getDerivedStateFromProps
5 years ago
kristof0425
8a60e19b8e
fix(Table): rm commented line
5 years ago
kristof0425
8bae8bf27d
refactor(Table): move createComponents outside of class, eliminate cWRP
5 years ago
kristof0425
1d5bd4a7aa
fix(Table, SelectionCheckboxAll): add eslint comment
5 years ago