rememberTableDefinition

fun <Item> rememberTableDefinition(columns: List<Column<*, Item>>, keyProvider: (item: Item) -> Any): TableDefinition<Item>