叶枫
14a1e6bd51
feat: tsconfig enable strict ( #47998 )
...
* feat: tsconfig enable strict
* feat: add no-explicit-any
* feat: strict
* feat: as THEME
* feat: 优化 keys 类型写法
* feat: demo remove any
* feat: as number
* feat: this any
* feat: add eslint
* feat: cascader
* feat: props any
* feat: remove any
* feat: remove any
* feat: any 提示错误
* feat: remove any
* feat: add eslint
* feat: 允许 T = any 存在
* feat: color funciton
* feat: 恢复 lint
* feat: merge master
* feat: as ReactElement
* feat: type
2024-04-01 15:49:45 +08:00
MadCcc
7b280d307b
chore: bump rc-table to v7.45.0 ( #48190 )
...
* chore: bump rc-table to v7.45.0
* feat: 补充类型
* feat: 补充类型
---------
Co-authored-by: 叶枫 <645381995@qq.com>
2024-03-31 16:04:36 +08:00
lijianan
405394a8e4
Merge pull request #48133 from ant-design/master
...
chore: merge master into feature
2024-03-28 10:54:52 +08:00
yoshinyan
5e65463566
docs: typo in order-column.md ( #48079 )
...
Signed-off-by: yoshinyan <hai_hai_hai_1229@yahoo.co.jp>
2024-03-25 20:26:58 +08:00
lijianan
87debac578
chore: rename variables merge
=> merged
( #48048 )
2024-03-24 10:56:28 +08:00
Alina Andrieieva
1bd8fbc5f3
feat: support showSorterTooltip.target
for Table sorters ( #47409 )
...
* Added `sorterTooltipTarget` prop for table sorters
* demo updated
* updated snapshot
* updated snapshot
* moved table tooltip target to `showSorterTooltip`
* fix
* updated docs
* empty commit
* updated version in docs
---------
Co-authored-by: Alina Andrieieva <Alina_Andrieieva@epam.com>
2024-03-18 18:45:31 +08:00
lijianan
630f4d9cfb
demo: Tag demo update ( #47751 )
...
* demo: Tag demo update
* fix: fix
* fix: fix
2024-03-08 10:51:31 +08:00
MadCcc
0652c32830
fix: sibling Tags should have margin ( #47736 )
...
* fix: sibling Tag should have margin
* chore: update snapshot
* chore: revert
* chore: link issue
* docs: update demo
* Revert "demo: update Grid、Table、Select demo (#47709 )"
This reverts commit c01c1b505b
.
* chore: update snapshot
* chore: update demo
2024-03-06 21:51:17 +08:00
lijianan
c01c1b505b
demo: update Grid、Table、Select demo ( #47709 )
...
* demo: update demo
* fix: fix test
* feat: table snap
---------
Co-authored-by: 叶枫 <645381995@qq.com>
2024-03-05 17:23:47 +08:00
Aelita
20cd731ba9
feat(table): add filterOnClose
prop for Column
( #47451 )
...
* feat(table): add `filterOnClose` prop for `Column`
* docs(table): add `filterOnClose` into `Column`'s API
2024-02-18 12:43:11 +08:00
daisy
7b86dd60b5
docs: Table colSpan render -> onCell ( #47392 )
...
* docs: Table colSpan render -> onCell
* Update components/table/demo/colspan-rowspan.md
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-02-09 14:47:39 +08:00
二货爱吃白萝卜
cbea5a5da9
feat: Table support stack fixed columns ( #47245 )
...
* chore: update deps
* feat: style of it
* test: update test case
* chore: adjust size limit
2024-01-31 10:25:18 +08:00
daisy
a62d7ec3db
feat(Table): support virtual components.body ( #47098 )
...
* feat(Table): support virtual components.body
* docs: update table docs
* docs: add faq
* docs: update faq
* docs: update faq
2024-01-26 16:37:27 +08:00
二货爱吃白萝卜
a810c2ff54
docs: More about virtual table limitation ( #47090 )
...
* docs: add more info of table
* docs: more and more
* docs: update
2024-01-22 15:16:48 +08:00
叶枫
7e877dc799
test: support react 16 lint ( #46963 )
...
* feat: support react 16 lint
* feat: test
* feat: test
* feat: test
* feat: test
* feat: 不增加 package script
2024-01-14 17:15:39 +08:00
章鱼怪
df583dbf82
feat: Table supports hidden columns ( #46957 )
2024-01-13 15:20:34 +08:00
二货爱吃白萝卜
e7aa014c31
chore: Add type util ( #46923 )
...
* docs: init
* chore: all types
* docs: faq
* chore: fix lint
2024-01-11 15:55:58 +08:00
Evgeniy Aksyonov
f4929cbcdc
docs: Fix typo for sortDirections example in head.md ( #46641 )
...
* Fix typo for sortDirections example in head.md
It didn't work with old example with pipe instead of comma(`sortDirections: ['ascend' | 'descend']`)
Signed-off-by: Evgeniy Aksyonov <evgeniy.aksyonov@gmail.com>
* Update components/table/demo/head.md
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: Evgeniy Aksyonov <evgeniy.aksyonov@gmail.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-12-27 17:51:43 +08:00
github-actions[bot]
f25fd3cac7
chore: auto merge branches ( #45444 )
...
chore: merge master into feature
2023-10-20 06:01:13 +00:00
afc163
8c475a52ea
type: Table pagination.position support none as value ( #45398 )
2023-10-18 13:33:25 +08:00
二货爱吃白萝卜
bef9539e22
feat: Table support scrollTo
reference
( #45245 )
...
* feat: add ref
* feat: table support reference
* chore: rename
* chore: proxy
* test: add test case
* chore: fix lint
* docs: update desc
* docs: update desc
* docs: update desc
* chore: clean up
* chore: fix lint
2023-10-11 13:55:20 +08:00
kiner-tang(文辉)
051a038728
docs: update docs about filter and sorter in table ( #45108 )
...
* docs: update docs about Filter and sorter
* chore: trigger argos
* chore: trigger argos
---------
Co-authored-by: kiner-tang(文辉) <134478213+lke-twh@users.noreply.github.com>
2023-09-27 09:45:47 +08:00
daisy
90bb52190b
demo(Table): add sticky offsetHeader ( #44876 )
...
* demo(Table): add sticky offsetHeader
* test: update snapshot
* test: update snapshot
2023-09-15 12:24:16 +08:00
二货爱吃白萝卜
23870913b1
fix: Table virtual with narrow columns ( #44818 )
...
* fix: resize & border logic
* fix: auto width
* chore: clean up
* fix: lint
* chore: cov
* chore: lint
2023-09-13 17:53:54 +08:00
二货爱吃白萝卜
659054ee49
docs: Blog virtual table ( #44526 )
...
* docs: virtual table
* docs: fix other blog style
* docs: more
2023-08-30 21:18:09 +08:00
二货爱吃白萝卜
6f2bddd5a1
feat: Table support virtual
( #44349 )
...
* chore: update demo
* chore: adjust fixed style
* chore: opt scroll height
* chore: clean up
* chore: update demo
* chore: bump rc-virtual-list
* chore: update deps
* chore: bump rc-table
* fix: clean up
* chore: fix demo
* test: add test case
2023-08-28 17:36:23 +08:00
MadCcc
5465975b1a
feat: table component token ( #44118 )
...
* feat: table component token
* chore: add typedoc
2023-08-09 10:52:39 +08:00
二货爱吃白萝卜
2cdf586291
chore: fix lint ( #43873 )
...
* chore: fix lint
* chore: fix lint
* test: fix 16
* fix: lint
2023-07-28 16:17:43 +08:00
daisy
ab036297b3
demo: fix table drag demo click event not working ( #43291 )
2023-06-30 17:49:25 +08:00
linxianxi
88b2b54232
demo: fix the table moves when dragging elements to the right ( #42745 )
...
* demo: fix the layout/table moves when dragging elements to the right
* fix: package json
2023-05-31 13:36:20 +08:00
afc163
d90c1c62c0
fix: upgrade @ant-design/icons to 5.1.0 ( #42443 )
...
* Update package.json
* Update package.json
* chore: update snapshot
* style: #1890ff => #1677ff
* style: fix Upload icon color
* style: fix Upload icon color
* revert menu v4 demo
2023-05-18 09:40:09 +08:00
Ylg12345
08e8e66fe6
feat: add onClick prop in Table.Summary.Row ( #42175 )
...
* feat: add onclick prop in Table.Summary.Row
* revocation summary.md and summary.tsx changes
* change the way INTERNAL_HOOKS are exported
* update rc-table version and INTERNAL_HOOKS export issue
* update renderVirtualList type in virtual-list.tsx
* reduce diff
2023-05-07 17:30:03 +08:00
lijianan
326d7a1074
fix: add col width, fix table width error ( #41626 )
...
* Update useSelection.tsx
* Update useSelection.tsx
* fix
* fix
* fix
* add demo
2023-04-06 17:16:27 +08:00
lijianan
fb5ed95853
chore(deps): bump typescript to v5 ( #41301 )
...
* chore(deps): bump typescript to v5
* fix
* fix
* type fix
* Update components/statistic/demo/countdown.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/statistic/demo/countdown.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* fix
* fix type
* update demo
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2023-03-20 14:52:35 +08:00
hoho2017
cf8a0b0a48
fix(table): fix the layout/table moves when dragging elements to the right ( #41139 )
...
* fix: 稳定格式错乱啦
* Update drag-sorting-handler.tsx
* Update drag-sorting-handler.tsx
---------
Co-authored-by: zhanghaoqiang <zhanghq7458@joyowo.com>
2023-03-14 16:17:16 +08:00
JiaQi
a268fdde8f
style(Table): Add the rowScope style ( #40304 )
...
* Add the rowScope style
* doc(table): add demo about rowScope
* update snapshot
---------
Co-authored-by: Yuiai01 <dujiaqi@kezaihui.com>
Co-authored-by: muxinFeng <434980373@qq.com>
2023-03-02 20:51:40 +08:00
Lioness100
fd0d8b6031
docs: fix typos ( #40791 )
...
* docs: fix typos
* Update index.zh-CN.md
* test: update snapshot
* docs: fix demo ref
* chore: force trigger ci
* chore: force trigger ci
* chore: bump dumi ver
---------
Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2023-02-23 21:56:43 +08:00
linxianxi
590b084565
demo: add table drag sorting handler demo ( #40346 )
...
* demo: add table drag sorting handler demo
* update snapshot
2023-02-02 10:54:13 +08:00
weited
45b65f7991
fix: address mock data city spelling error ( #40431 )
2023-01-29 12:46:00 +08:00
lijianan
b9a6b7b578
demo: update demo ( #40318 )
...
* demo: update demo
* add form
* clear
* add Select
* add
* fix style
* fix style
* fix
* revert
2023-01-19 15:37:54 +08:00
lijianan
a318fabe6c
chore: ts optimization ( #40258 )
2023-01-16 15:13:16 +08:00
二货爱吃白萝卜
91df688efd
refactor: Table render logic opt ( #40063 )
...
* chore: basic prepare
* chore: adjust render logic
* chore: fix lint
* chore: bump table
* test: update snapshot
2023-01-07 21:21:52 +08:00
afc163
fc033aca8c
chore: update table drag demo ( #39929 )
2022-12-30 21:28:33 +08:00
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>
2022-12-28 18:10:11 +08:00
afc163
47c5f3963c
chore: improve table demo ( #39733 )
2022-12-23 14:39:07 +08:00
MadCcc
3307a8b2a8
fix: table border issue ( #39729 )
...
* fix: table border issue
* chore: code clean
* docs: update demo
* fix: table borderRadius
* chore: add comment
2022-12-22 16:03:55 +08:00
MadCcc
527c71d207
docs: table demo in dark mode ( #39703 )
...
* docs: table demo in dark mode
* chore: update snaptshot
* chore: update
2022-12-21 15:01:52 +08:00
二货爱吃白萝卜
153a24aa53
docs: update Table asnyc demo ( #39524 )
2022-12-13 17:04:12 +08:00
Dunqing
9e204c2117
docs: fix table drag demo style is incorrect ( #39236 )
2022-12-04 15:28:34 +08:00
afc163
bc252da0ad
docs: update table demo ( #38861 )
...
* Update size.tsx
* chore: update snapshot
2022-11-22 20:34:20 +08:00