Hello, I have a snowflake table where a column is an array of objects.
How do I best set up a way for users to add/remove/edit objects into that column?
Is there some component that is best used to managing this kind of data?
Hello, I have a snowflake table where a column is an array of objects.
How do I best set up a way for users to add/remove/edit objects into that column?
Is there some component that is best used to managing this kind of data?
Hey Jose! I'd probably recommend using a separate component for this. You can:
{{ table1.selectedRow.your_json_column }}
true