Mook
Bulk actions which is only visible when 2 rows are selected
Thanks for the suggestions, I just found this from Dan: https://discord.com/channels/883083792112300104/1088344527745585182 looks like the PHP array is never updated and is only stored in the JS.
With
$selectedRecords
the code errors as it is always null when first called.
($selectedRecords) must be of type Illuminate\Database\Eloquent\Collection, null given
Is it possible to access the Filament JS?12 replies
Stats widgets in rows of 4 columns
I've added the
getHeaderColumns()
function into my statswidgets class as well but this doesn't do anything either. The only thing that seems to alter the formatting is the $columnSpan
array but this will only shrink all of the stats widgets as a group, I guess because they're all created in the same class.4 replies