datarecall
Action Keybinds Failing After Use
I created a custom page that runs the following
And it IS working however after it loads the next media its almost like the key bind is not bound anymore. I have to hard refresh the page to get the key binds to react. Any ideas on how to persist it?
3 replies
Multiple Text Inputs From Relationship / Saving To Pivot
Ok modifying this question to use a hasMany/pivot relationship.
I have a model that has a list of questions and belongs to a career
Then I am making a form that will loop through all the questions and give a text input so they can store their answers on the pivot table, I have tried a few different way's however I do not think i am on the right track.
When loading the form the SHOULD NEVER REACH HERE is showing and only 1 evern though there is 4 questions. I am guessing I have the repeater relationship setup wrong ?
3 replies
Custom Page Table Actions Help - still broken
I have a custom page the table is showing fine however when I click on the action nothing is happening, it should be dumping the record.
The end goal of this action is to run this query inside the action itself
However clicking on the action displays/does nothing itself, I tested the action on an actual resource and it works.
23 replies
Custom Page
I want to create a custom page where a user can execute a specific sql query, I created the custom page and linked it so from user resource they can get to it from head actions. The user is :
However I cant find any documentation on how to execute a specific sql query on my custom page or show the results using table builder.
26 replies
Relations Table Edit To Redirect?
I find myself when doing having relationships to be duplicating code for the table and the form inside the relation manager. Is there a way to have it in one place, the table for the relation manager should be the table for the resource and the Edit button instead of a modal should just redirect to the edit resource instead?
4 replies
Personal Plugin v3 Upgrade not showing up
I have a personal blog plugin for filament, here is my service provider. From the documentation it looks like we can still use spatie package tools here is my service provider
From what I can see its not registering the routes so may not be running the service provider ?
60 replies
Help With Form URLS
I have a blog post that uses markdown syntax and I created the ability (spatie) to add attachments to the post. Now I need a way to list them so the user can copy the url into the blog post. This is whave I have so far:
this will output the url fine but its showing the html so I am gussing this is escaped. I was wondering if it would be possible to create a table here or display the images and then utilize a click to copy url.
8 replies