Hi Team,
In my app, I generate a Pandas DataFrame with three columns: "Row", "Column", and "Label". This DataFrame is based on user inputs earlier in the app flow.
I would like to display this table in the Parametrization view so that users can edit only the "Label" column, while "Row" and "Column" remain visible but read-only.
What would be the best method to achieve this kind of editable table behavior in the Parametrization?