updateRow

val updateRow: SimpleHandler<T?>

This handler can be used to preselect one single row for the initial rendering of the table. As the store is made to handle a List of rows as well as a single selection, we need this special Flow for preselecting a single row. For preselecting arbitrary rows, just stick to the default update handler!