RowRoute
data class RowRoute(val pageId: String, val fieldPositionId: String, val rowId: String, val columnId: String? = null) : Route
Navigate to a row within a table or collection field.
Parameters
pageId
The page ID containing the field.
fieldPositionId
The field position ID of the table/collection.
rowId
The row ID to navigate to.
columnId
Optional column ID to scroll to and focus in RowForm mode.