03_dotuan
03_dotuan
FFilament
Created by 03_dotuan on 2/21/2024 in #❓┊help
How to show image only in Edit form with repeater
I have a form with repeater (record->children), each children has it's avatar, i want display it in repeater, how can i do that? create custom view or custom field of form ?
4 replies
FFilament
Created by 03_dotuan on 2/16/2024 in #❓┊help
How to custom data before save record?
I have a form with Repeater, the repeater is used to create new user, i want if there is any new user is added to repeater, then an email will be sent to them, which hook of filament help me to do it ?
4 replies
FFilament
Created by 03_dotuan on 2/14/2024 in #❓┊help
How can one specify a fixed panel while creating a test case?
I need to write test cases to check all middleware and permissions in the project, however, I want to test separately for each panel, is there any way to do that?
4 replies
FFilament
Created by 03_dotuan on 2/4/2024 in #❓┊help
How to hide breadcrumb of certain resource?
I want to hide breadcrumb of certain resource not all if my resources, i want hide it by using css but seems it doesn't have any specific class, any suggestion?
5 replies
FFilament
Created by 03_dotuan on 1/29/2024 in #❓┊help
How to create custom column in the table?
I want to add custom column and its value not related to value of model, i tried by adding TextColumn with custom name but it doesn't show it's value...
10 replies
FFilament
Created by 03_dotuan on 1/23/2024 in #❓┊help
Display link of child relationship
I created a facility resources, in it's columns, i want to add custom col name "view rooms", when click on it, the browser will redirect to list rooms with facility_id, i tried relation manager but it seems display below of edit facility screen, how can i do that?
4 replies
FFilament
Created by 03_dotuan on 1/18/2024 in #❓┊help
Is it feasible to use multiple Filaments in the same website?
I want to build a project consisting of many dashboards for different types of users: user, facility, admin. They are in separate tables, is it feasible to create a dashboard for each type of user?
11 replies