vuetify-jsonschema-form icon indicating copy to clipboard operation
vuetify-jsonschema-form copied to clipboard

Question: Is there a way to limit which properties are displayed in an object array

Open satra opened this issue 3 years ago • 1 comments

currently we have a set of objects that have a number of properties and nested objects. when the list is created this makes it really difficult to navigate. the example below shows a partial object in an array of about 30 objects.

would it be possible to show only a subset of properties so that one can navigate an array quicker and the full set of properties is shown only when one goes into edit mode? in the example below, i would simply like to show the name property of the object for all objects. (this would also make it easier to move the order of objects)

image

satra avatar Apr 22 '21 22:04 satra

Totally forgot about this issue sorry. I agree that I need to think of an easy way to configure different rendering between readonly item displayed in the array and full editable item.

albanm avatar Jun 09 '21 18:06 albanm