fix: menu table cant resize
This commit is contained in:
parent
84c53dafa0
commit
74b2b9d2df
@ -30,7 +30,7 @@ const [register, { expandAll, collapseAll, getForm, reload }] = useTable({
|
||||
showTableSetting: true,
|
||||
bordered: true,
|
||||
showIndexColumn: false,
|
||||
canResize: false,
|
||||
canResize: true,
|
||||
actionColumn: {
|
||||
width: 140,
|
||||
title: t('common.action'),
|
||||
|
Loading…
Reference in New Issue
Block a user