Module Incr_dom_partial_render.Table

include Table_intf.Table
module type S = Table_intf.S
module type Id = Table_intf.Id
module Focus_dir = Table_intf.Focus_dir
module Margin = Table_intf.Margin
module Scroll_region = Table_intf.Scroll_region
module Float_type = Table_intf.Float_type
module Make : functor (Row_id : Id) -> functor (Column_id : Id) -> functor (Sort_spec : Table_intf.Sort_spec) -> S with module Row_id = Row_id and module Column_id = Column_id and module Sort_spec = Sort_spec
module Default_sort_spec : sig ... end