ikbentomas
Action in infolist does not show the form
Thank @awcodes , I gave that a try but it doesn't make a difference (that's also why I had ommited it from the first snippet). I tried it again after adding the modal component but it needs something something more.
12 replies
Action in infolist does not show the form
Thanks for the suggestion. I didn't know that was necessary.
After adding that component to my blade file I can see two
form
s in the HTML.
When I click the edit button the html is refreshed (the html element is lighting up in the inspector). But the modal does not open, it stays like this <div x-show="isOpen" style="display: none;">
Do you have another pointer for this problem?12 replies
Dynamic badge blade color
It's hard to see what part of your code you are referring to, using these screenshots with a large chuncks of code. Can you post small snippets formatted as code using backticks and only keep the parts that are relevant for your question?
7 replies
I have a string length issue in datagrid.
I think you could use the
formatStateUsing()
method to change the integer into a string (it seems to be an integer because of the E+19 at the end)
https://filamentphp.com/docs/2.x/tables/columns/text#custom-formatting2 replies