Require help in formatting a read only list that is populated using database service.
Posted: Thu Jan 30, 2014 4:00 pm
I need to format my read only list like following:
http://demos.jquerymobile.com/1.2.1/d...
How do I achieve this?
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/
I need to format my read only list like following:
http://demos.jquerymobile.com/1.2.1/d...
How do I achieve this?
Hi Lux,
In mapping, you can add components 'dividers' for a list:preelement.parent().parent().parent().parent().append('some text');/preYou'll need such number of codeparent()/code to access a tag 'ul'. You can check this in debugger.