aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/more/grid1.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-09-15 12:23:42 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-09-15 12:23:42 -0400
commit508ac0708d67027aa9d14138d24f4aa427a70c03 (patch)
tree6a91bb53b96551cfc883f26a56233821d6768f8c /demo/more/grid1.ur
parent605ebe8b290fda0a67b9e1f9b58500a16b696350 (diff)
Fixed a Mono_reduce bug, which was breaking selection enabling in Grid
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>