column Id Provider
fun <T> columnIdProvider(param: Pair<Column<T>, IndexedValue<StatefulItem<T>>>): Int
Content copied to clipboard
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.