RichtheKid
RichtheKid
FFilament
Created by RichtheKid on 8/30/2024 in #❓┊help
How to implement action or trigger event after reordering rows in a table
I want to run some code after a user is done reordering how do i achieve this? is it even possible.
2 replies
FFilament
Created by RichtheKid on 8/27/2024 in #❓┊help
Exclude rows from reordering completely
I'm working on a Laravel application where I have a many-to-many relationship between Campaign and Question models through a campaign_question pivot table. Each question associated with a campaign has an order (a number) that determines its position. However, I have two types of questions: Main Questions: These should be assigned an order and appear in a specific sequence. Follow-up Questions: These are related to a main question and should not be ordered, meaning their order column can be null. My goal is to exclude follow-up questions from being reordered when I am updating the sequence of questions in the campaign. Only the main questions should participate in the reordering process. Current Setup: The campaign_question pivot table includes an order column that tracks the order of questions in a campaign. Follow-up questions are identified by a boolean field is_follow_up in the questions table. I was wondering if it's possible to make the reorder conditional ?
1 replies
FFilament
Created by RichtheKid on 8/6/2023 in #❓┊help
How to access all records of the table query
3 replies
FFilament
Created by RichtheKid on 7/29/2023 in #❓┊help
Where can I globally customise the default dateTime format of table columns?
Cannot seem to find a way to define it globally.
2 replies
FFilament
Created by RichtheKid on 5/30/2023 in #❓┊help
How do I add icon to label of a column?
I am trying to add a icon to the label of a column to signify it has a tooltop
11 replies
FFilament
Created by RichtheKid on 4/19/2023 in #❓┊help
Error table query for table widget
39 replies
FFilament
Created by RichtheKid on 3/30/2023 in #❓┊help
Redirect to viewing record of resource from a custom page
3 replies