Daniel Gebben

Results 6 comments of Daniel Gebben

> I just upgraded to V2 and my `rowView()` is not working at all. > > ``` > public function rowView(): string > { > return 'livewire-tables.rows.submissions_row'; > } >...

You're right, I knew `format()`, `label()` or `view()` were the alternatives, but it's not quite the same since you can end up with a lot of partials for one datatable...

The expiration date is now hardcoded to 1 year, if a user would like to change this, he has no way of doing that. Perhaps it's a good idea to...

I agree, config would make more sense, I'll adjust the code.