findRowManager

abstract fun findRowManager(rowId: String): RowManager?

Find a RowManager by row ID in the entire collection hierarchy (including nested/collapsed rows). This searches through the raw data structure, not the UI entries.

Return

The RowManager if found, null otherwise.

Parameters

rowId

The ID of the row to find.