Hi there, just wanted to ask if this is the default style for table data (inputs not being visible at the moment). My schema looks like this, please also see the recording below:
data: {
type: "array",
title: "data",
items: {
type: "object",
properties: {
fileId: {
type: "string",
label: "fileId",
},
fileSize: {
type: "integer",
label: "fileSize",
},
fileType: {
type: "string",
label: "fileType",
},
icon: {
type: "string",
label: "icon",
},
name: {
type: "string",
label: "name",
},
provider: {
type: "string",
label: "provider",
},
providerFileType: {
type: "string",
label: "providerFileType",
},
},
},
},
[original thread by Lukas Freimonas]