Module Tabulated_list.Column
val create : ?align_right:bool -> ?max_width:int -> ?min_width:int -> ?pad_right:int -> ?sortable:bool -> header:string -> ('record -> string) -> 'record tEach time we
drawthe buffer, the column is resized to fit the widest value (or the header), within the rangemin_width, max_widthinclusive.
val first_line : ?align_right:bool -> ?max_width:int -> ?min_width:int -> ?pad_right:int -> ?sortable:bool -> header:string -> ('record -> string) -> 'record tShows only stripped first line of possibly multiline string
val time : ?align_right:bool -> ?pad_right:int -> ?sortable:bool -> header:string -> zone:Core_kernel.Time.Zone.t -> ('record -> Core_kernel.Time.t) -> 'record tYYYY-MM-DD HH:mm:ss