CellGenerator

interface CellGenerator<T>(source)

Responsible for creating a View to represent each cell in the Table.

Functions

Link copied to clipboard
abstract operator fun <A> invoke(table: Table<T, *>, column: Column<A>, cell: A, row: Int, itemGenerator: ItemVisualizer<A, IndexedItem>, current: View? = null): View

Called whenever a new cell is needed by table.