scroll Pane
fun Table.scrollPane(style: ScrollPane.ScrollPaneStyle = Styles.defaultPane, element: Element): Cell<ScrollPane>
Creates a scroll pane containing the providen element and returns the created cell
inline fun Table.scrollPane(style: ScrollPane.ScrollPaneStyle = Styles.defaultPane, constructor: Table.(ScrollPane) -> Unit): Cell<ScrollPane>
Creates a scroll pane containing a table constructed by a lambda and returns the created cell