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.15.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=c0368fb6ad18727cd69fbfb20dd734fb7f7189707107d1f88d8de15837dc22df
    
    
  doc/textutils.ascii_table/Ascii_table/index.html
Module Ascii_tableSource
The 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. *
Source
type 'rest simple_list :=
  ?index:bool ->
  ?display:Display.t ->
  ?spacing:int ->
  ?limit_width_to:int ->
  ?header_attr:Attr.t list ->
  ?bars:[ `Ascii | `Unicode ] ->
  ?display_empty_rows:bool ->
  ?prefer_split_on_spaces:bool ->
  string list ->
  string list list ->
  'restsimple_list has the same defaults as renderer unless specified
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >