add bind 方法

This commit is contained in:
JaguarJack 2021-04-28 08:34:30 +08:00
parent 58286b181b
commit e75af49add

View File

@ -29,7 +29,9 @@ class Role extends CatchTable
->withApiRoute('roles')
->withActions([
Actions::create()
])->withDialogWidth('40%')
])
->withBind()
->withDialogWidth('40%')
->toTreeTable()
->forceUpdate()
->render();