regenerate CRUD with script bind for search form
This commit is contained in:
parent
daf72d297d
commit
a2d0fc9798
@ -21,9 +21,9 @@
|
|||||||
"binds":[{
|
"binds":[{
|
||||||
"wid":"self",
|
"wid":"self",
|
||||||
"event":"submit",
|
"event":"submit",
|
||||||
"actiontype":"method",
|
"actiontype":"script",
|
||||||
"target":"pricing_program_tbl",
|
"target":"pricing_program_tbl",
|
||||||
"method":"render"
|
"script":"var tbl = bricks.getWidgetById('pricing_program_tbl', bricks.app.root); if(tbl) await tbl.render(params);"
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user