lijianan
9fd6159772
lint: fix eslint error ( #40629 )
2 years ago
Alina Andrieieva
ad707df22e
Accessibility fix: aria-label cannot be used with role="presentation". ( #40413 )
* Acessibility fix: aria-label cannot be used with role="presentation".
* Acessibility fix: added aria-hidden to the wrapper
---------
Co-authored-by: Alina Andrieieva <Alina_Andrieieva@epam.com>
2 years ago
lijianan
cffd1e63d4
fix site style ( #40550 )
* fix site style
* fix md style
* update
* fix
2 years ago
Roman Soroka
619814c005
fix: Table filter does not work if column has grouped header #40203 ( #40463 )
* fix: Table filter does not work if column has grouped header #40203
* fix: Table filter does not work if column has grouped header #40203
* fix: Add test case
* fix: Fix test 18
* fix: Fix tests
2 years ago
linxianxi
590b084565
demo: add table drag sorting handler demo ( #40346 )
* demo: add table drag sorting handler demo
* update snapshot
2 years ago
MadCcc
0dad66c0fb
feat: recover v4 table style ( #40469 )
* Revert "fix: when table filter, the border will be black (#39938 )"
This reverts commit 401ef66111
.
* feat: revert v5 table style
2 years ago
Danial Soheili
cac6d5c42f
fix: Table scroll shadow in rtl mode ( #40441 )
* 💄 STYLE: fix Table's scroll shadow in rtl mode
* Revert "💄 STYLE: fix Table's scroll shadow in rtl mode"
This reverts commit 06c9249f70
.
* 💄 STYLE: use logical properties
2 years ago
weited
45b65f7991
fix: address mock data city spelling error ( #40431 )
2 years ago
二货爱吃白萝卜
1898c5b3c7
test: fix test failed ( #40427 )
* chore: bump jest
* test: fix table filter test
* test: fix table basic test
2 years ago
二货爱吃白萝卜
1fc374495f
chore: patch for missing rootClassName ( #40217 )
* chore: init test
* test: rootClassName inject
* test: part of test
* chore: patch qrcode rootCls
* chore: part rootClassName
* chore: part rootClassName
* test: more test
* test: more test
* test: more test
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* test: more test
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: part rootClassName
* chore: fix lint
* chore: fix lint
* chore: ignore part of lint
* test: update snapshot
* test: fix test case
* chore: fix node test
* chore: adjust render logic
* fix: test
* test: update snapshot
* test: update
* refactor
* chore: fix require module logic
2 years ago
二货爱吃白萝卜
1bcb25166b
test: update snapshot ( #40328 )
2 years ago
lijianan
b9a6b7b578
demo: update demo ( #40318 )
* demo: update demo
* add form
* clear
* add Select
* add
* fix style
* fix style
* fix
* revert
2 years ago
lijianan
0ad9ae1695
chore: adjust parameter order ( #40253 )
2 years ago
lijianan
6cbeb26582
chore: adjust parameter order ( #40254 )
2 years ago
lijianan
6a255f1a23
chore: adjust parameter order ( #40255 )
2 years ago
lijianan
a318fabe6c
chore: ts optimization ( #40258 )
2 years ago
lijianan
28d1157d6b
type: optimization undefined type ( #40241 )
* type: optimization undefined type
* fix type
* fix type
* add
* revert
* revert
* revert
2 years ago
Wuxh
06dde33601
fix(Table): fix sticky table header shadow style error ( #40171 )
* fix: fix sticky table header shadow style error
* fix
2 years ago
lijianan
6b4f94785c
chore: use React.useContext replace <Context.ConfigConsumer /> ( #40091 )
* chore: use React.useContext replace <Context.ConfigConsumer />
* add
2 years ago
Wuxh
0086884179
fix(menu): fix custom expand icon cannot be hidden ( #40071 )
* test: add case
* fix: fix the error of missing custom icon className
* test: add case
* fix(menu): fix the bug that the custom expand icon is not hidden in collapse mode
* test: update snapshot
* Revert "fix: fix the error of missing custom icon className"
This reverts commit 71c79a3f75
.
* test: update case
* fix: fix the error of missing custom icon className
2 years ago
二货爱吃白萝卜
91df688efd
refactor: Table render logic opt ( #40063 )
* chore: basic prepare
* chore: adjust render logic
* chore: fix lint
* chore: bump table
* test: update snapshot
2 years ago
lijianan
80498afea6
test: refactor test case CC => FC ( #40068 )
2 years ago
lijianan
ccbec33585
type: remove redundant useContext ( #39955 )
* type: remove redundant useContext
* add type
2 years ago
lijianan
71eddd2c20
chore: remove useless tsx support ( #39934 )
* chore: remove useless tsx support
* add
* revert
* add
* fix
* fix
* add test case
* fix
2 years ago
kiner-tang(文辉)
5de9fd7909
fix: solve selection column cover by other cell when fixed ( #39940 )
2 years ago
JarvisArt
401ef66111
fix: when table filter, the border will be black ( #39938 )
2 years ago
afc163
0fcf972022
chore: update table drag demo ( #39929 )
2 years ago
李瀚
9baea0d05f
fix: filtered word error ( #39887 )
* fix: filtered word error
* Optimize the code
2 years ago
Amumu
6378197996
fix: fix filtered update not working ( #39883 )
2 years ago
kiner-tang(文辉)
45dcbd50f4
fix(table): Sorted/Filtered table fixed column transparent background unreadable ( #39012 )
* fix: Sorted/Filtered table fixed column transparent background unreadable
* feat: remove redundant code
* Update components/table/style/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* feat: code optimize
* style: reset format doc
Co-authored-by: MadCcc <1075746765@qq.com>
2 years ago
lijianan
5d3381334c
chore: remove useless tsx support ( #39934 )
* chore: remove useless tsx support
* add
* revert
* add
* fix
* fix
* add test case
* fix
2 years ago
kiner-tang(文辉)
a1a7ef933a
fix: solve selection column cover by other cell when fixed ( #39940 )
2 years ago
JarvisArt
06e0b35b6e
fix: when table filter, the border will be black ( #39938 )
2 years ago
afc163
fc033aca8c
chore: update table drag demo ( #39929 )
2 years ago
李瀚
80f19614be
fix: filtered word error ( #39887 )
* fix: filtered word error
* Optimize the code
2 years ago
Amumu
54101c8066
fix: fix filtered update not working ( #39883 )
2 years ago
kiner-tang(文辉)
4f3577976c
fix(table): Sorted/Filtered table fixed column transparent background unreadable ( #39012 )
* fix: Sorted/Filtered table fixed column transparent background unreadable
* feat: remove redundant code
* Update components/table/style/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* feat: code optimize
* style: reset format doc
Co-authored-by: MadCcc <1075746765@qq.com>
2 years ago
Amumu
7329ac7fc7
refactor: remove shallowequal ( #39662 )
2 years ago
afc163
e44f11b0f4
style: fix Table filter dropdown broken style ( #39805 )
close #39799
2 years ago
Wuxh
951e0e2c79
fix(list): fix error reported due to incorrect paginator parameters ( #39681 )
* fix(list): fix pagination parameter error
* test: add case
* test: update snapshot
* chore: update case
* feat(util): add mergeProps
ref: 3c87f1c5b1/src/utils/with-default-props.tsx (L5)
* chore: replace method
* chore: rename
2 years ago
Chuns Chen
9d671ed939
fix: table expandable row header has no top left border radius ( #39781 )
* fix: expandable row table header is rendered as td and has no top left border radius #39769
* test: update expandIconColumnIndex
2 years ago
afc163
47c5f3963c
chore: improve table demo ( #39733 )
2 years ago
kiner-tang(文辉)
b91bab09b2
fix(table): reset aria-label in table column ( #39738 )
* feat: reset aria-label in table column
* feat: reset aria-label in table column
2 years ago
afc163
0e98cb572c
style: fix Table header radius when has fixed columns ( #39723 )
close https://github.com/ant-design/ant-design/issues/39115#issuecomment-1362314574
2 years ago
MadCcc
3307a8b2a8
fix: table border issue ( #39729 )
* fix: table border issue
* chore: code clean
* docs: update demo
* fix: table borderRadius
* chore: add comment
2 years ago
Peach
6236e356b5
docs: update all site anchors ( #39687 )
* docs: update all site anchors
* docs: handle hash change from Link component
2 years ago
JarvisArt
8c61261381
fix: table border adds transition animation ( #39713 )
2 years ago
azro352
328a800132
test: add test cases for breakpoints customize ( #39697 )
Rename useResponsiveObserve to useResponsiveObserver. Add validation of breakpoints values and test
2 years ago
MadCcc
527c71d207
docs: table demo in dark mode ( #39703 )
* docs: table demo in dark mode
* chore: update snaptshot
* chore: update
2 years ago
afc163
b5f27c8982
fix: upgrade rc-table for a11y issue ( #39700 )
* fix: upgrade rc-table for a11y issue
* test: add test case for a11y
2 years ago