package incr_dom_partial_render

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Make.ColumnSource

Sourcetype 'a t
Sourceval create : ?group:string -> ?sort_by:(Row_id.t -> 'a -> Sort_key.t) -> ?header_style:Css_gen.t -> header:Incr_dom_partial_render__.Import.Vdom.Node.t -> unit -> 'a t
Sourceval group : _ t -> string option
Sourceval sort_by : 'a t -> (Row_id.t -> 'a -> Sort_key.t) option
Sourceval header : _ t -> Incr_dom_partial_render__.Import.Vdom.Node.t