Luan Freitas
Luan Freitas
Hi @PH7-Jack !. Good observation. Do you think there would be a lot of refactoring in the structure of the tables?
I have no idea yet, why not use builder instead of collection?
Does this map work if you manipulate the Helpers/Model or in the component?
Have you tried using Join ?
@punna1138 , Can you update to the latest version and test it?
closed due to inactivity
Hi, thanks for submitting your PR to powergrid!. I'll leave it open for now as the tests are sure to fail due to a recent update to doctrine/dbal.
This would be the best way: ```php public function addColumns(): PowerGridEloquent { return PowerGrid::eloquent() ->addColumn('data_inicio') ->addColumn('data_inicio_formatted', function ($entry) { return Carbon::parse($entry->data_inicio)->format('d/m/Y'); }); } public function columns(): array Column::add() ->title('Data Inicio')...
Strange, here the filtering is returning correctly 
Interesting. I'll see if I can find something around here. but feel free to correct and submit a PR!