Rest service to display a list
Posted: Tue Apr 28, 2015 11:57 am
How can I get my rest service to display a list such as ingredients to a recipe? I have it displaying as a paragraph. How can I get it to insert carriage returns?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How can I get my rest service to display a list such as ingredients to a recipe? I have it displaying as a paragraph. How can I get it to insert carriage returns?
Hi Alexa,
Please specify more info about your implementation.
In common way you can add "carriage returns" with pre<br/pre html tag.
Regards.