GotoRowTarget

constructor(rowId: String, rowIndex: Int, rowManager: RowManager?, rowEntry: RowEntry?, openRowForm: Boolean = false, animate: Boolean = true, focus: Boolean = false, columnId: String? = null)

Parameters

rowId

The row ID to navigate to.

rowIndex

Pre-computed index of the row (for tables: index in displaying rows; for collections: index in entries, or -1 if not applicable).

rowManager

The row manager for the target row (tables), or null.

rowEntry

The row entry for the target row (collections), or null.

openRowForm

Whether to open the row form modal.

animate

Whether to animate the scroll.

focus

If true and openRowForm is true, request focus on a field in the row form.

columnId

Optional column ID to scroll to and focus in RowForm mode. If provided and found, focuses the field for that column. If not found, focuses the first field.