demos\covergirls\songs.sdf
 1 Table {
 2   name: "songs"
 3   borders {
 4     none
 5   }
 6   dataURL: "songs.txt"
 7   autoResizeMode: none
 8   columnReorderingAllowed: true
 9   boldColumnHeaders: true
10   gridLineType: vertical_lines
11   //gridLineColor: "gray@75"
12   alternatingHighlightType: row
13   truncateLastColumnBorder: true
14   autoSizeColumnsToFit: true
15   scrollPane {
16     lrCorner {
17       Label {
18         borders {
19           matte [ insets="1,1,1,1" ]
20         }
21         bgColor: "ScrollBar.background,ScrollBar.background~darker" [ direction="diagonal_top_left" ]
22         value: " "
23       }
24     }
25   }
26   columns {
27     {
28       iconPosition: trailing
29       horizontalAlign: right
30       renderType: normal_index
31       icon: "resource:Sage.icon.empty"
32     }
33     {
34       title: "Name"
35       icon: "lib:images/checkbox_checked.png"
36     }
37     {
38       title: "Time"
39     }
40     {
41       title: "Artist"
42     }
43     {
44       title: "Album By Artist"
45     }
46     {
47       title: "Genre"
48     }
49     {
50       title: "Track#"
51     }
52     {
53       title: "Last Played"
54     }
55   }
56 } [ onClick="toggleSongsCheckbox(window.nativeEvent)", onAction="toggleSongsPlaying()" ]
57 
58