Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
</body>
</html>
 
descriptor: {
    name: "aa",
    columns: [
        {
            title: 'ba',
            columns: [
                {
                    title: 'ca',
                    columns: [
                        {
                            title: 'l1',
                            width: 10
                        },
                        {
                            title: 'l2',
                            width: 15
                        },
                        {
                            title: 'l3',
                            width: 20
                        }
                    ]
                },
                {
                    title: 'cb',
                    columns: [
                        {
                            title: 'l3',
                            width: 10
                        },
                        {
                            title: 'l4',
                            width: 15
                        }
                    ]
                },
                {
                    title: 'l5',
                    width: 20
                }
            ]
        },
        {
            title: 'l6',
            width: 10
        }
    ]
}
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers