summaryrefslogtreecommitdiff
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
commit19c729dcf5854c528053d71a9c9c38d01d2ac923 (patch)
tree0f7d66a99a62a66dbf3199febbcac8be00eb0650 /demo/more/grid.urs
parentea30827e1977b1d1d028aa7701519bf95b976a3a (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