lutek
lutek
FFilament
Created by Sourabh on 6/10/2024 in #❓┊help
Table custom filter validate
use for fields
->gt('min_price')
//and
->lt('max_price')
->gt('min_price')
//and
->lt('max_price')
7 replies
FFilament
Created by TegarJK on 10/15/2024 in #❓┊help
How to change this action button of repeater?
->addAction(
function (Action $action) {
$action->color('success');
},
)
->addAction(
function (Action $action) {
$action->color('success');
},
)
4 replies
FFilament
Created by Hirushan on 11/28/2023 in #❓┊help
Create Invoices
🙂 first google result: https://github.com/chandraauliatama/InvoiceCreator is this for you?
3 replies
FFilament
Created by lutek on 10/14/2024 in #❓┊help
Grid table, align stack component to bottom.
or even better 'object-none'
17 replies
FFilament
Created by lutek on 10/14/2024 in #❓┊help
Grid table, align stack component to bottom.
done by object-scale-down, but without rounding corners.
17 replies
FFilament
Created by lutek on 10/14/2024 in #❓┊help
Grid table, align stack component to bottom.
No description
17 replies
FFilament
Created by lutek on 10/14/2024 in #❓┊help
Grid table, align stack component to bottom.
No description
17 replies
FFilament
Created by TegarJK on 10/15/2024 in #❓┊help
How to make wizard keep its input data after accidental refresh
this is custom page and i mounting cart data see https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component or see "class EditRecord extends Page". Yes it works when i refresh the browser even remember last step
->startOnStep(fn (): int => $this->cart->step ?? 1)
->startOnStep(fn (): int => $this->cart->step ?? 1)
9 replies
FFilament
Created by lutek on 10/14/2024 in #❓┊help
Grid table, align stack component to bottom.
The demo probably had a fixed image size, I had this ->size('100%') before.
17 replies
FFilament
Created by TegarJK on 10/15/2024 in #❓┊help
How to make wizard keep its input data after accidental refresh
I store all data in the database (have multistep order), after each step:
])->afterValidation(function (Get $get) {
$this->cart->step = 2;
UpdateCart::run($this->cart);
});
])->afterValidation(function (Get $get) {
$this->cart->step = 2;
UpdateCart::run($this->cart);
});
9 replies
FFilament
Created by lutek on 10/14/2024 in #❓┊help
Grid table, align stack component to bottom.
Did not help.
17 replies
FFilament
Created by lutek on 3/18/2024 in #❓┊help
SpatieMediaLibraryImageEntry stopped displaying images
its happen on 3.2.52 on version 3.2.48 works fine.
2 replies
FFilament
Created by lutek on 2/5/2024 in #❓┊help
how to fill image on full card box (stacked)
Can i get some tips?
7 replies