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,
|
showTableSetting: true,
|
||||||
bordered: true,
|
bordered: true,
|
||||||
showIndexColumn: false,
|
showIndexColumn: false,
|
||||||
canResize: false,
|
canResize: true,
|
||||||
actionColumn: {
|
actionColumn: {
|
||||||
width: 140,
|
width: 140,
|
||||||
title: t('common.action'),
|
title: t('common.action'),
|
||||||
|
Loading…
Reference in New Issue
Block a user