addSeparatorVertical

fun Table.addSeparatorVertical(color: Color = Color.WHITE, width: Float = 2f): Cell<Image>

Create a vertical separator as an empty Container with a colored background.

Note: Unlike the horizontal addSeparator this cannot automatically span several rows. Repeat the separator if needed.

Sources

jvm source
Link copied to clipboard