Module Incr_dom_widgets__.Table

include Incr_dom_widgets.Table_intf.Table

The Table widget is used to create incremental partially-rendered tables. It provides sorting, focus and (possibly floating) table header support.

Behind the scenes it uses Partial_render_list so it works with very large tables (e.g 10,000 rows).

module Make : functor (Row_id : Id) -> functor (Column_id : Id) -> functor (Sort_spec : Incr_dom_widgets.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