fix(components): [table] make resizable prop reactive (#22340)

This commit is contained in:
Rainbow
2025-09-29 14:28:43 +08:00
committed by GitHub
parent 5b1bde20fe
commit 5bd04c058f

View File

@@ -60,6 +60,7 @@ function useWatcher<T extends DefaultRow>(
'filterClassName',
'showOverflowTooltip',
'tooltipFormatter',
'resizable',
]
const parentProps = ['showOverflowTooltip']
const aliases: Record<string, string> = {