liaosp/laravel-admin-ext-rowaction is a Laravel package for description....
It currently has 3 GitHub stars and 1.459 downloads on Packagist (latest version 1.0.2).
Install it with composer require liaosp/laravel-admin-ext-rowaction.
Discover more Laravel packages by liaosp
or browse all Laravel packages to compare alternatives.
Last updated

composer require liaosp/laravel-admin-ext-rowaction
演示:https://nimb.ws/BowpvP
在我使用这个这个扩展得时候,没有看到modal 弹窗使用 自定义的html;
在 Action中改成继承这个类
use Liaosp\RowAction\Actions\RowAction;
使用:
public function form($model){
$html = "<div>自定义html</div>";
$this->diy($html);
}