How to change column names for view using DataTables

I’m using DataTables and AdminLTE in Laravel. And one of the things I want to do is make custom names for columns of the employees table in the view. For example image_path should become photo. Is there a way to do it inside the EmployeesDataTable? Code inside EmployeesDataTable: public function getColumns(): array { return [… Read More How to change column names for view using DataTables