captionBottom

abstract fun captionBottom(widget: Widget)

Add a widget as a caption to the bottom of this table.


abstract fun captionBottom(text: String, align: TextAlign = TextAlign.CENTER)

Add text as a caption to the bottom of this table.