We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$grid->column('product_config')->display('查看')->modal('商品配置', function ($modal) { return \App\Admin\Renderable\ProductTable::make(["goods_id"=>$this->id]); }); 像这样使用的modal弹出了一个表格 这个表格还是用grid来渲染的 里面的列使用行内修改不生效 select和switch这些统统都会提示路由不存在 有什么替代的方案吗
The text was updated successfully, but these errors were encountered:
贴一下代码方便吗
Sorry, something went wrong.
No branches or pull requests
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: