/home/techb158/immovalet.com/vendor/yajra/laravel-datatables-html/src/Html/Columns
Edit: /home/techb158/immovalet.com/vendor/yajra/laravel-datatables-html/src/Html/Columns/Action.php (910B)
'',
'data' => 'action',
'name' => 'action',
'title' => 'Action',
'render' => null,
'orderable' => false,
'searchable' => false,
'exportable' => false,
'printable' => true,
'footer' => '',
], $attributes);
if ($prepend) {
$this->collection->prepend(new Column($attributes));
} else {
$this->collection->push(new Column($attributes));
}
return $this;
}
}