package textutils
Text output utilities
Install
Dune Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=b2681af1f4029245a5c187c4f0834ac470ada6ffc69db7c7e219b3244f88b3d5
doc/src/textutils.ascii_table_kernel/grid_intf.ml.html
Source file grid_intf.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
(** A grid lays out cells with concrete dimensions. *) open! Core open! Import module Display = struct type t = | Short_box | Tall_box | Line | Blank | Column_titles [@@deriving compare, sexp_of] end module type Grid = sig module Display = Display type t [@@deriving sexp_of] val create : 'a Column.t list -> 'a list -> display:Display.t -> display_empty_rows:bool -> header_attr:Attr.t list -> max_width:int -> spacing:int -> prefer_split_on_spaces:bool -> t val to_screen : t -> prefer_split_on_spaces:bool -> Screen.t end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>