Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

Listview

$
0
0

var layout = [

{
    title: "Parent 1",
    isparent: true,
    opened: false,
    sub: [
        {
            title: "Child 1"
        },
        {
            title: "Child 2"
        }
    ]
},
{
    title: "Parent 2",
    isparent: true,
    opened: false,
    sub: [
        {
            title: "Child 3"
        },
        {
            title: "Child 4"
        }
    ]
}

];

How can show the above data using listview..Plez help....


Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>