Luan Freitas

Results 54 comments of 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?

@punna1138 , Can you update to the latest version and test it?

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 ![image](https://user-images.githubusercontent.com/33601626/168669407-69f227d2-31b4-482b-b29d-c26a22c09a71.png)

Interesting. I'll see if I can find something around here. but feel free to correct and submit a PR!