jsdialog: update example TreeView JSON

Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: I6ac0f9b0863f3494841621ba73a7506111d7b65e
This commit is contained in:
Szymon Kłos 2023-04-14 11:22:42 +02:00 committed by Szymon Kłos
parent 63b9a06e61
commit 7ab931454c

View file

@ -19,8 +19,8 @@
* type: 'treelistbox',
* headers: [ { text: 'first column' }, { text: 'second' }],
* entries: [
* { row: 0, columns [ { text: 'a' }, { text: 'b' } ] },
* { row: 1, columns [ { text: 'a2' }, { text: 'b2' }, selected: true ]}
* { row: 0, columns [ { text: 'a' }, { collapsed: 'collapsedIcon.svg' } ] },
* { row: 1, columns [ { text: 'a2' }, { expanded: 'expandedIcon.svg' }, selected: true ]}
* ]
* }
*