columnIdProvider

fun <T> columnIdProvider(param: Pair<Column<T>, IndexedValue<StatefulItem<T>>>): Int

This helper function determines for the inner rendering loop of the cells (td), which cell really needs to be re-rendered! Only changes to the column itself, that is its String representation or its state, requires such a new rendering process.