add bind 方法
This commit is contained in:
parent
58286b181b
commit
e75af49add
@ -29,7 +29,9 @@ class Role extends CatchTable
|
|||||||
->withApiRoute('roles')
|
->withApiRoute('roles')
|
||||||
->withActions([
|
->withActions([
|
||||||
Actions::create()
|
Actions::create()
|
||||||
])->withDialogWidth('40%')
|
])
|
||||||
|
->withBind()
|
||||||
|
->withDialogWidth('40%')
|
||||||
->toTreeTable()
|
->toTreeTable()
|
||||||
->forceUpdate()
|
->forceUpdate()
|
||||||
->render();
|
->render();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user