a workaround for the first method: ```fun TabPanel...
# kvision
r
a workaround for the first method:
Copy code
fun TabPanel.getSize(): Int {
    return this.getElementJQuery()?.children("ul.nav-tabs")?.children("li.nav-item")?.length?.toInt() ?: 0
}