.abdikafar
.abdikafar
FFilament
Created by .abdikafar on 7/27/2023 in #❓┊help
Applying filter to a custom page
I have built a custom page on the admin panel builder. I have added a form and a table to the page. I also added a filter to the table and its showing it above the table content. now when I apply filters its not working. what am i doing wrong? here is a gist of the custom page https://gist.github.com/abdikafar/d3fe85fba35e74153b21f31fee0308b9
7 replies
FFilament
Created by .abdikafar on 7/3/2023 in #❓┊help
Checkbox default checked?
How to set checkbox default checked?
2 replies
FFilament
Created by .abdikafar on 6/28/2023 in #❓┊help
open the redirect link in new tab after resource is created
is it possible to open the redirect link in new tab
protected function getRedirectUrl(): string
{
return '/invoice'. '?student_id=' . $this->record->id. '&class_id=' .
$this->data['class_id']. '&invoice_id=' . $this->data['invoice_id'];
}
protected function getRedirectUrl(): string
{
return '/invoice'. '?student_id=' . $this->record->id. '&class_id=' .
$this->data['class_id']. '&invoice_id=' . $this->data['invoice_id'];
}
I want to open that link in new tab. is it possible?
3 replies