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 is in columns to the right of the first.
Return
a View representing the cell (or current if it can be reused).