einq7
3357fccf0e
docs: format inline code ( #27634 )
4 years ago
Yuan
d01aa2539e
fix: filters in column.children should render ( #27435 )
* fix: filters in column.children should render
when a column has filter and it's children also have filters, all these filters in children can not render. this problem can not be found when use sorter.
* test: add test for this fix
* Update components/table/__tests__/Table.filter.test.js
Co-authored-by: 偏右 <afc163@gmail.com>
4 years ago
二货机器人
d052543844
feat: Row support `wrap` ( #27469 )
* feat: Support noWrap
* test: update snapshot
* fix: Miss check
* test: fix snapshot
* refactor: rename to wrap
* update snapshot
4 years ago
afc163
2a08383a22
test( ✅ ): update table snapshot
4 years ago
偏右
cc8ec58ab1
fix: Table onShowSizeChange trigger twice ( #27417 )
close #26100
close #27392
4 years ago
二货机器人
39333253d9
fix: Not merge additional data ( #27412 )
4 years ago
realEago
1ceaa3a87f
docs: table doc childrenColumnName property type ( #27329 )
Co-authored-by: zhaiyuanhang <zhaiyuanhang@xylink.com>
4 years ago
骗你是小猫咪
6fba4d1136
test: demo -> ui test ( #24475 )
* test: demo -> ui test
* improve comment image width
* use argos-ci
* use by cicleci
* fix circle run
* rebase master
* try pipeline var
* use another branch var
* fix commit id
* ignore image test file
* remove useless report
* fix test coverage
4 years ago
Tom Xu
d44f404eae
docs: sort api ( #27251 )
* chore: improve sort api table scripts
* sort api
* add ignore
* Revert "sort api"
This reverts commit 343505d5f0
.
* sort api
* Update package.json
* sort api
* Delete sort-api.js
* sort api
* sort api
* sort api
* fix
* Update index.zh-CN.md
* fix input-number
* fix input-number
* sort func
* fix
* Method moved to the end
* carousel method
4 years ago
Michał Jasikowski
ea251a50fa
docs: ✍️ Corrected "onFilter" definition for Table Column in docs
4 years ago
偏右
18c4b085ba
style: 💄 fix Pickers wrong animation direction ( #27101 )
* style: fix Pickers wrong animation direction
* style: reduce css bundle size
4 years ago
Tom Xu
5f2588ffd1
docs: improve api type docs ( #27038 )
4 years ago
Lim Shang Yi
fa3c00ce1a
fix: undefined in filterDropdown in Table should not render dropdown filter icon. ( #27002 )
close #26988
4 years ago
骗你是小猫咪
bd62870258
chore: upgrade rc-table ( #26973 )
* chore: upgrade rc-table
* improve doc
4 years ago
偏右
83ddfb807e
test: ✅ Enable transition and animation in jest ( #26571 )
* test: ✅ add test cases to increase coverage
* test: fix snapshot
* fix: test node envioronment
* fix: test node envioronment
* fix test case
* test: refactor menu test cases
* test: update test code style
* test: add more menu test cases
* add comment
* test: update snapshot
* fix: alert test case
* fix: form onLeaveEnd test cov
* test: fix button click wave test cases
* chore: clean up snapshots
4 years ago
John Bear
f0cefa57cd
fix: table sticky zindex calculation ( #26800 )
4 years ago
二货机器人
4d098e7803
docs: Update virtual list demo ( #26786 )
4 years ago
John Bear
5b5518acfb
fix: table sticky zindex calculation ( #26800 )
4 years ago
二货机器人
fec45cb6fe
docs: Update virtual list demo ( #26786 )
4 years ago
zombiej
780ada065b
chore: Update snapshot
4 years ago
偏右
481fd209e2
chore: 🆙 upgrade typescript-eslint ( #26600 )
* chore: 🆙 upgrade typescript-eslint
* fix some lint
* fix: some eslint errors
* Update package.json
* chore: 🆙 upgrade typescript-eslint
* fix some lint
* fix: some eslint errors
* Update package.json
* fix no use before define
* Update package.json
* fix lint
Co-authored-by: yoyo837 <yoyo837@hotmail.com>
Co-authored-by: Tom Xu <ycxzhkx@gmail.com>
4 years ago
afc163
58a57224a8
test: ✅ fix test snapshot change
4 years ago
Dave
5507641331
fix(table-pagination): make pagination.position work ( #26678 )
4 years ago
偏右
0472da5a40
fix: sorter compare and multiple should be optional ( #26686 )
close #26085
4 years ago
偏右
39b40b573d
fix: Menu not support React.Fragment ( #26656 )
* fix: Menu support React.Fragment
* chore: tweak menu demo
* fix: React key warning
4 years ago
Tom Xu
498d48c6b1
docs: fix pro table link ( #26637 )
4 years ago
二货机器人
c58135fd46
fix: Align motion match ( #26628 )
* fix: Align motion match
* bump rc-motion
* lock rc-trigger version
* update snapshot
4 years ago
偏右
ce6d89e93a
fix: Table pagination missing when position is top ( #26618 )
close #26617
4 years ago
willc001
79b681d27c
fix: restrict nested table styles to only apply to direct children of td ( #26568 )
Co-authored-by: William Cai <williamcai@easyops.cn>
4 years ago
Alex
bf45c4c1b0
style: 💄 className prop ordering #26594 ( #26602 )
close #26594
4 years ago
偏右
c630a6de69
fix: Table clear both style ( #26599 )
* fix: Table clear both style
close #26595
* Update index.less
4 years ago
偏右
a8dea916b2
fix: Search autocomplele list in Chrome ( #26590 )
* fix: 🆙 upgrade rc-select to 11.2.x
* style: fix input search clear button
* test: update snapshot
4 years ago
偏右
a409f3126f
test: ✅ add test cases to increase coverage ( #26559 )
* test: ✅ add test cases to increase coverage
* chore: remove console
4 years ago
偏右
c88fd34e9a
chore: 🆙 upgrade react-resizable ( #26524 )
* chore: 🆙 upgrade react-resizable
* test: fix snapshot
* code style improve
4 years ago
xrkffgg
2005546d22
test: update snap ( #26467 )
4 years ago
zhangchen
c47bfb0c91
fix: Table topPaginationNode display logic should same with bottomPaginationNode ( #26143 )
* fix: Tree bottomPaginationNode display logic should same with bottomPaginationNode
* update: test
4 years ago
偏右
e11da52bf7
fix: 🐛 Table Expand Icon size issue ( #26409 )
* - https://github.com/ant-design/ant-design/issues/24719
Expand Icon
* - https://github.com/ant-design/ant-design/issues/24719
Expand Icon
Co-authored-by: Gary Wei <wgz@tip-lab.com>
4 years ago
xrkffgg
73f4b9bcd7
docs: complete expandedRowClassName ( #26397 )
4 years ago
Bosseskompis
19606b375c
docs: Add expandedRowClassName to Table.expandable ( #26392 )
* Add expandedRowClassName to Table.expandable docs
* Use alphabetical order
4 years ago
Kermit Xuan
f98e3eee25
refactor: optimize code stle ( #26270 )
4 years ago
偏右
077ea950d4
demo: fix Table filter dropdown select behavior
close #26144
4 years ago
QoVoQ
f65013994f
fix : #26126 use mergedData instead of pageData to decide if render bottom pagination ( #26133 )
Co-authored-by: Zhongxian Liang <zhongxian.liang@shopee.com>
4 years ago
骗你是小猫咪
bd02b83da4
feat: Table new sticky prop ( #25939 )
* feat: Table new sticky prop
* add example
* update snapshots
* fix typo
* fix example and improve less
* rename to @zindex-table-fixed-column
* fix compile error
* fix header z-index
* upgrade rc-table and add active style
* improve less var
* upgrade rc-table and remove hover style
Co-authored-by: 二货机器人 <smith3816@gmail.com>
4 years ago
陈帅
f928baf52a
fix: Optimize the display of elements of the block type. ( #25903 )
* add flex style
* add new demo
* update snapshot
* Merge branch feature into fix-descriptions
* update snapshot
* update snapshot
4 years ago
偏右
9a67f3571d
fix: Table crash when dataSource contains number ( #26042 )
close #26039
4 years ago
xrkffgg
b0536c2a43
docs: update table demo action ( #26010 )
4 years ago
偏右
8d7cbbdb0f
fix: Table empty filters throw warning ( #26001 )
close #25979
4 years ago
xrkffgg
f1154d4f09
fix: table nested table rtl style ( #25938 )
4 years ago
偏右
43189ed43a
docs: 📖 update Table TypeScript usage ( #25928 )
* Update index.zh-CN.md
* Update index.en-US.md
4 years ago
Omri Grossman
8800b56e47
fix: The 'indentSize' in the Table component couldn't be zero value ( #25890 )
* - Fixed the indentSize prop of Table.tsx to also accept 0 values
* - Undo Cascader component test snapshots
* - Added test case
- Used check with typeof === number instead of `undefined` and `null`
Co-authored-by: omri.g <omri.g@alibaba-inc.com>
4 years ago