Gustavo Martinez

Results 42 comments of Gustavo Martinez

Hi @elfeffe, is there a broken link? i'm seeing this docs https://github.com/Gustavinho/laravel-views/blob/master/doc/table-view.md#filters and https://github.com/Gustavinho/laravel-views/blob/master/doc/table-view.md#actions

I noticed I never clicked the `Comment` button, I'm so so so so so sorry I didn't follow up, you're right those links are broken, I've been working on a...

I have a problem like yours, i've to do this Talk::getConversationsByUserId($userId, 0, 1000000); to get all the message between the user logged and $userId, i think because the $limit =...

Hi @vdvcoder, what a great finding, although you can always validate the data on the server side, I think was executed on the client side, I'll take a loot at...

Hi @roomdada, the returned value in the handler function is not being returned by the other internal functions, that's why you are not able to download the file. I found...

You're almost there, it is just missing the return in the `handle` function of the action

Yeah it is not recommended, I just noticed you added the trait in the action class, try to to do it in the view class instead

Hi @gyroid, yes it is paginating by N number of items no matter the number of rows, if the number of items on a page is not a multiple of...

Hi @gyroid sorry I didn't see you answered back, actually, there's a public property to set the number of columns `public $maxCols = 3;` You should have access to it...

that is correct, `$maxCols` is only for `xl` size, for small devices the cols are 2 or even 1, handled by the tailwindcss utilities