invoke
abstract operator fun <A> invoke(table: TreeTable<T, *>, column: Column<A>, cell: A, path: Path<Int>, row: Int, itemGenerator: ItemVisualizer<A, IndexedItem>, current: View? = null): View(source)
Called whenever table needs a new cell in the first column.
Return
a View representing the cell (or current if it can be reused).