package textutils
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Text output utilities
Install
dune-project
Dependency
Authors
Maintainers
Sources
textutils-v0.14.0.tar.gz
sha256=14a2f8393159fcc43bfac82d0100364dc874fee94447aced80ec8ae99e2949eb
md5=32980ca8c5c6128273bb6f662efc7c60
doc/textutils.ascii_table/Ascii_table/index.html
Module Ascii_table
include module type of struct include Ascii_table_kernel end
module Attr = Ascii_table_kernel.Attrmodule Align = Ascii_table_kernel.Alignmodule Display = Ascii_table_kernel.Displaymodule Column = Ascii_table_kernel.Columnmodule Screen = Ascii_table_kernel.Screenmodule Table_char = Ascii_table_kernel.Table_charval output : (_, oc:Core.Out_channel.t -> unit) rendererThe idea is that you have a Column.t list and a list of rows, where each row contains the data for each column. So e.g. 'a could be a record type col_1 : int; col_2 : string, where the first column pulls out col_1 and the second column pulls out col_2. *
val to_string_noattr : (_, string) rendererval to_string : (_, string) rendererval simple_list_table :
?index:bool ->
?limit_width_to:int ->
?oc:Core.Out_channel.t ->
?display:Display.t ->
string list ->
string list list ->
unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>