/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/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;
}
}