/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/Index.php (828B)
config->get('datatables.index_column', 'DT_RowIndex'); $attributes = array_merge([ 'defaultContent' => '', 'data' => $indexColumn, 'name' => $indexColumn, 'title' => '', 'render' => null, 'orderable' => false, 'searchable' => false, 'exportable' => false, 'printable' => true, 'footer' => '', ], $attributes); $this->collection->push(new Column($attributes)); return $this; } }