include 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 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 Default_sort_spec : sig ... end