You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description:
$grid->column('product_config')->display('查看')->modal('商品配置', function ($modal) {
return \App\Admin\Renderable\ProductTable::make(["goods_id"=>$this->id]);
});
像这样使用的modal弹出了一个表格 这个表格还是用grid来渲染的 里面的列使用行内修改不生效 select和switch这些统统都会提示路由不存在 有什么替代的方案吗
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: