convertTableRowIndicesToIds
Utility function which converts a path where table rows are indexed by their index into a path where said rows are indexed by their id in the corresponding table within the provided form value formValue (with schema formSchema).
This function is especially useful when tables are being encoded and decoded as lists (e.g. via Table.ValuesSerializer) and we need to convert paths between one representation and the other.
Utility function which converts the paths of a LocatedValidationIssue where table rows are indexed by their index into paths where said rows are indexed by their id in the corresponding table within the provided form value formValue (with schema formSchema).
This function is especially useful when tables are being encoded and decoded as lists (e.g. via Table.ValuesSerializer) and we need to add this external validation issue to a form manager.
Utility function which converts the paths of an iterable of LocatedValidationIssues where table rows are indexed by their index into paths where said rows are indexed by their id in the corresponding table within the provided form value formValue (with schema formSchema).
This function is especially useful when tables are being encoded and decoded as lists (e.g. via Table.ValuesSerializer) and we need to add these external validation issues to a form manager.