When I add a ‘Read Only Depends On’ on a child table field, it only works on the document I am currently In. However, when moving to the next, or previous document using theleft/right arrows, the condition does not work on the rows of the child table fields.
I tried using other methods like set_df_property on refresh event, but the same issue persists (when moving to next/previous document).
I want to make depends on works per row, and not the entire table. so toggle_enable does not serve my purpose. Any working solution.