I need to display input types conditionally in both the form and table columns.
If I select 'TextInput' from the 'value_type' dropdown, it will display the TextInput. However, if I choose 'Image,' the FileUpload will appear. By default, both the TextInput and FileUpload are hidden.
It might not be more challenging if TextColumn and ImageColumn are conditionally displayed based on the value type.
It might not be more challenging if TextColumn and ImageColumn are conditionally displayed based on the value type.