làm lại quy trình đồng bộ dữ liệu
This commit is contained in:
@@ -24,4 +24,10 @@ class DeviceGrid extends CommonGrid {
|
||||
};
|
||||
}
|
||||
|
||||
public static function checkbox($type, $haveRoot = true) {
|
||||
return function($model) use ($type) {
|
||||
return "<input type='checkbox' value='{$model->id}' data='{$model->ip_address}' name='checkbox-{$type}' class='checkbox-{$type}'>";
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user