pager
inline fun Table.pager(vertical: Boolean = false, constructor: TablePager.() -> Unit): Cell<TablePager>
Adds a table pager constructed by a lambda and returns the created cell.
Parameters
constructor
should add pages to the created pager via TablePager.addPage.