include Incr_dom_widgets.Table_intf.TableThe 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 type S = Incr_dom_widgets.Table_intf.Smodule type Id = Incr_dom_widgets.Table_intf.Idmodule Focus_dir = Incr_dom_widgets.Table_intf.Focus_dirmodule Margin = Incr_dom_widgets.Table_intf.Marginmodule Scroll_region = Incr_dom_widgets.Table_intf.Scroll_regionmodule Float_type = Incr_dom_widgets.Table_intf.Float_typemodule Default_sort_spec : sig ... end