FastUI
FastUI copied to clipboard
`DisplayValue` as alternative to `DisplayLookup`
We need a simple Display type that rather than looking up the model, can simply render a simple value.
would it make sense for this Display to also be used for some components?
e.g a Button or a Check could be really useful in a table ?
Well that's more nested DisplayLookup, but yes it sounds useful.
Can you actually do a nested DisplayLookup? Like wrap an Image around a DisplayLookup?