aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/more/grid.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-09-19 14:21:25 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-09-19 14:21:25 -0400
commit142e0b28763660019a6fc0fc4a9383fb43b77407 (patch)
tree0f7d66a99a62a66dbf3199febbcac8be00eb0650 /demo/more/grid.urs
parentc9c3eaa4c489077ef0199eacc16674b328348734 (diff)
Paging mostly working; just need to get it working properly with filtering
Diffstat (limited to 'demo/more/grid.urs')
-rw-r--r--demo/more/grid.urs2
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/more/grid.urs b/demo/more/grid.urs
index 30cd9bc6..a918c67b 100644
--- a/demo/more/grid.urs
+++ b/demo/more/grid.urs
@@ -37,6 +37,8 @@ functor Make(M : sig
con aggregates :: {Type}
val aggregates : $(map (aggregateMeta row) aggregates)
val aggFolder : folder aggregates
+
+ val pageLength : option int
end) : sig
type grid