Stk.TableSourceTable widget.
Property "column_inter_padding" use to specify a space between two columns. Default is 0.
Property "row_inter_padding" use to specify a space between two rows. Default is 0.
How many rows a widget spans. Default is 1.
How many columns a widget spans. Default is 1.
class table : ?classes:string list option -> ?name:string option -> ?props:Props.t option -> ?wdata:
Widget.wdata
option -> unit -> object ... endA widget containing widgets in a fixed number of rows and columns. It specialises Container.container to store children widgets in arrays.
val table :
?classes:string list ->
?name:string ->
?props:Props.t ->
?wdata:Widget.wdata ->
?rows:int ->
?columns:int ->
?pack:(Widget.widget -> unit) ->
unit ->
table