aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/more/grid1.ur
diff options
context:
space:
mode:
Diffstat (limited to 'demo/more/grid1.ur')
-rw-r--r--demo/more/grid1.ur1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/more/grid1.ur b/demo/more/grid1.ur
index bad193bb..c163c9d5 100644
--- a/demo/more/grid1.ur
+++ b/demo/more/grid1.ur
@@ -69,6 +69,7 @@ fun main () =
<body onload={sync grid}>
{render grid}
<hr/>
+ <ccheckbox source={showSelection grid}/> Show selection<br/>
Selection: <dyn signal={ls <- selection grid;
return (List.mapX (fn r => <xml>{[r.Id]}; </xml>) ls)}/>
</body>