Open 514586717 opened 1 month ago
$grid->column('product_config')->display('查看')->modal('商品配置', function ($modal) { return \App\Admin\Renderable\ProductTable::make(["goods_id"=>$this->id]); }); 像这样使用的modal弹出了一个表格 这个表格还是用grid来渲染的 里面的列使用行内修改不生效 select和switch这些统统都会提示路由不存在 有什么替代的方案吗
贴一下代码方便吗
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: