comparison demo/more/grid.urs @ 964:fbc3a0eef45a

Paging mostly working; just need to get it working properly with filtering
author Adam Chlipala <adamc@hcoop.net>
date Sat, 19 Sep 2009 14:21:25 -0400
parents 8c37699de273
children bb3fc575cfe7
comparison
equal deleted inserted replaced
963:6f9d1565de56 964:fbc3a0eef45a
35 val folder : folder cols 35 val folder : folder cols
36 36
37 con aggregates :: {Type} 37 con aggregates :: {Type}
38 val aggregates : $(map (aggregateMeta row) aggregates) 38 val aggregates : $(map (aggregateMeta row) aggregates)
39 val aggFolder : folder aggregates 39 val aggFolder : folder aggregates
40
41 val pageLength : option int
40 end) : sig 42 end) : sig
41 type grid 43 type grid
42 44
43 val grid : transaction grid 45 val grid : transaction grid
44 val sync : grid -> transaction unit 46 val sync : grid -> transaction unit