wottavm
Is it possible to add a custom row to the exporter?
Yeah I was that far haha. I meant usiung the export actions but that doesn't seem possible atm. I do however taking your time to share a possible answer!
Only want to go that route of nothing else is possible.
4 replies
Allow reorderable without fillable column?
Good morning!
Not sure but it appears that it should do the same when I am looking at it.
The main thing is that normally when I run an
update
query and use protected $guarded = []
it will work.
It feels like there is more happening in filament itself somehow.
However the source code that you shared did not show weird behaviour.13 replies
Page that extends RegisterTenant gives error.
Messed it up by myself. The class had a property
$view
which was overriding the view property on the RegisterTenant
class.
Note for others:
When creating a page using artisan make:filament-page
for pages like this remove the view property to check if you get the expected result.3 replies