diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-09-19 14:21:25 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-09-19 14:21:25 -0400 |
commit | 142e0b28763660019a6fc0fc4a9383fb43b77407 (patch) | |
tree | 0f7d66a99a62a66dbf3199febbcac8be00eb0650 /demo/more/dbgrid.urs | |
parent | c9c3eaa4c489077ef0199eacc16674b328348734 (diff) |
Paging mostly working; just need to get it working properly with filtering
Diffstat (limited to 'demo/more/dbgrid.urs')
-rw-r--r-- | demo/more/dbgrid.urs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/more/dbgrid.urs b/demo/more/dbgrid.urs index f241c334..7dfd3db3 100644 --- a/demo/more/dbgrid.urs +++ b/demo/more/dbgrid.urs @@ -118,6 +118,8 @@ functor Make(M : sig con aggregates :: {Type} val aggregates : $(map (aggregateMeta (key ++ row)) aggregates) val aggFolder : folder aggregates + + val pageLength : option int end) : sig type grid |