anand Posted September 4, 2017 at 01:44 PM Share Posted September 4, 2017 at 01:44 PM i converted inventory.json and .thtml to suit my requirement for experience with fields - role, movie, year. i got everything correct except that the year filed is showing $ sign in front of the year. my changed code { "title": "Inventory", "type": "table", "items": { "title": "Item", "type": "object", "properties": { "movie": { "title": "Movie", "type": "string" }, "role": { "title": "Role", "type": "string" }, "year": { "title": "Year", "type": "string" } } } } how to remove that sign in front end Link to comment
Alejandro Posted September 4, 2017 at 02:31 PM Share Posted September 4, 2017 at 02:31 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
anand Posted September 4, 2017 at 04:43 PM Author Share Posted September 4, 2017 at 04:43 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.