Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Tables with sortable columns and selectable rows
type column = {
title : string;
length : int;
rows : int -> Layout.t;
compare : (int -> int -> int) option;
width : int option;
}
val create :
?w:int ->
h:int ->
?row_height:int ->
?name:string ->
column list ->
Layout.t * (Selection.t, Selection.t) Tvar.t