F
Filament•2mo ago
Ralph Morris

How to output TextEntry on an edit page.

I am trying to create an order edit page, where some information is just output as an entry and other information is editable, essentially mixing up the View and Edit pages. A good example is the right hand column of the attached screenshot, taken from the Filament example site. The right hand column is just outputting created_at/updated_at dates. How can I implement this? Also I don't see a field for the "Status" radio options in the screenshot in the documentation. How can I create that? Thanks!
No description
Solution:
Just found the demo github which has it all there 🙂 https://github.com/filamentphp/demo...
GitHub
GitHub - filamentphp/demo: Source code for the demo.filamentphp.com...
Source code for the demo.filamentphp.com website. Contribute to filamentphp/demo development by creating an account on GitHub.
Jump to solution
3 Replies
Solution
Ralph Morris
Ralph Morris•2mo ago
Just found the demo github which has it all there 🙂 https://github.com/filamentphp/demo
GitHub
GitHub - filamentphp/demo: Source code for the demo.filamentphp.com...
Source code for the demo.filamentphp.com website. Contribute to filamentphp/demo development by creating an account on GitHub.
Expecto Patronum
Expecto Patronum•2mo ago
Sorry . Which page resource from the demo repo ya? I couldn’t find it

Did you find this page helpful?