FastUI icon indicating copy to clipboard operation
FastUI copied to clipboard

`DisplayValue` as alternative to `DisplayLookup`

Open samuelcolvin opened this issue 1 year ago • 3 comments

We need a simple Display type that rather than looking up the model, can simply render a simple value.

samuelcolvin avatar Feb 27 '24 11:02 samuelcolvin

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 ?

tim-x-y-z avatar Mar 02 '24 08:03 tim-x-y-z

Well that's more nested DisplayLookup, but yes it sounds useful.

samuelcolvin avatar Mar 02 '24 09:03 samuelcolvin

Can you actually do a nested DisplayLookup? Like wrap an Image around a DisplayLookup?

steveobd avatar Jul 30 '24 18:07 steveobd