/home/techb158/immovalet.com/vendor/yajra/laravel-datatables-html/src/Html/Columns
NameSizeModeActions
Action.php9100644editdlrm
Checkbox.php13050644editdlrm
Index.php8280644editdlrm
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; } }