pmkevinrudd
BelongsTo select save issue
Having an issue with a select input not saving as the correct name, caused by different relationship naming. On create the knowledge_base_category_id select input is correct, when updating it tries to save as category_id. Code breakdown below.
I have two models
KnowledgeBaseArticle
KnowledgeBaseCategory
KnowledgeBaseArticle
KnowledgeBaseCategory
I have the following resource for KnowledgeBaseArticle
18 replies
Column action documentation
I'm trying to run the code seen here: https://filamentphp.com/docs/3.x/tables/columns/getting-started#running-actions
Example code:
I get this when clicking on the image column still get redirected to the edit page. Am I doing something wrong here to make the modal appear when clicking on the image instead of redirecting to the edit page?
3 replies
Refresh table from an echo event
Is there a way out of the box to listen for echo events on a table and have the table refresh when that event fires? What i'm trying to achieve is only when a record thats visible in the table or new is updated/created it causes a table to refresh.
https://filamentphp.com/docs/3.x/tables/advanced#polling-table-content
11 replies