CasBizz
How can i keep this player running also when switch panels?
But that doesnot work across different panels (i didn't get that to work, because the player should be outside livewire, but no idea where to place it), And no need in a panel , because you can use spa inside one panel as far as i know. 😚
7 replies
Table column repetition
So this wouldn't work:
class AggrekoLogTable
{
public static function getAggrekoLogTableColumns(): array
{
return [
TextColumn::make('aggrekoEquipment.aggrekoEquipmentTypeSpec.title')
->label('Type'),
// ->searchable(),
// ->sortable(),
19 replies
Composer update downgrades filamentphp
dry run gives Problem 1
- Root composer.json requires filament/filament ^2.17.43, found filament/filament[v2.17.43] but the package is fixed to v2.17.33 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
23 replies