Download the PHP package lauwen/grid without Composer
On this page you can find all versions of the php package lauwen/grid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor lauwen
Package grid
Short Description A sub grid for laravel-admin grid.
License MIT
Homepage https://github.com/lauwen/grid
Package grid
Short Description A sub grid for laravel-admin grid.
License MIT
Homepage https://github.com/lauwen/grid
Keywords extensionlaravel-admin
Please rate this library. Is it a good library?
Informations about the package grid
版本
安装
运行以下命令进行本地安装
发布静态文件
使用
在laravel-admin的grid中使用
首先引入\Lauwen\Grid\Grid替换原有的Grid
然后调用
请求数据接口说明
子列表通过get类型请求方式获取数据,请求数据时会传递列表主键到数据接口,键名:la_id,获取方式可参考如下
返回的数据格式为json数组,如果需要编辑必须返回主键为id,否则编辑后提交会有问题
保存数据接口说明
子列表通过post类型请求方式提交数据,保存数据时会传递数据到保存接口,键名:la_data,获取方式可参考如下
返回的数据格式为boolean类型
All versions of grid with dependencies
PHP Build Version
Package Version
The package lauwen/grid contains the following files
Loading the files please wait ....