Skip to content

Not able to Use json-schema-form to form data in table #412

@amithmahakala423

Description

@amithmahakala423

I am using angular2-json-schema-form, to form html page. Some of the data i want to represent in the table using the attribute "format": "table". I am getting the following error: "unknown format "table" ignored in schema".

Do i need to install any table module using npm ?

"YextCategoryList": {
"type": "array",
"format": "table",
"addable" : false,
"removable":false,
"orderable": false,
"title": "Yext Category List",
"items": {
"type": "object",
"properties": {
"yextCategoryId": {
"title": "Yext Category Id",
"type": "string",
"readonly": true,
"default": "",
"examples": [ "123456" ]
},
"addedBy": {
"title": "Added By",
"type": "string",
"readonly": true,
"default": "",
"examples": [ "koushk01" ]
},
"addedDate": {
"title": "Added Date",
"readonly": true,
"default": "",
"examples": [ "2017-12-20T16:44:04.000Z" ]
},
"updatedBy": {
"title": "Updated By",
"type": "string",
"readonly": true,
"default": "",
"examples": [ "koushk01" ]
},
"updatedDate": {
"title": "Updated Date",
"tyre": "string",
"readonly": true,
"default": "",
"examples": [ "2017-12-20T16:44:04.000Z" ]
}
}
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions