缺失实例:如何在表格中添加批量操作
$grid->batchActions(function (Grid\Tools\BatchActions $actions) {
// append一个复杂操作
$actions->add(new MyBatchAction());
});
参考 工具栏《Dcat Admin 中文文档》