in admin show the value of a DB column not in a field
Hello! what about if in admin panel I want to only show the value of a DB column not in a field, is with this https://filamentphp.com/docs/2.x/forms/fields#view ? only for see the value....I tried what you explained in that link (attached screenshot) only showing <p>hello</p> but it doesn't show
4 Replies
We're confused about what you mean by this question. Please read the #✅┊rules and reply to this message to provide more information about your use case.
ok thanks, I want to show a value from DB in edit view, but not in a field...
?
Maybe
Placeholder::make('column')
?