goto
abstract fun goto(rowId: String, columnId: String? = null, config: GotoConfig = GotoConfig.Default): NavResponse
Navigate to a specific row within this table.
Return
NavResponse.Success if the row exists and is visible.
Parameters
rowId
The row ID to navigate to.
config
Navigation options (open form, animate, focus).
columnId
Optional column ID to scroll to and focus in RowForm mode.