Open cfahlgren1 opened 5 months ago
We can leverage the type from the parquet file to figure out if a column needs to have a given custom cell component
We can start with the more popular conversation format. For example, we could have add a custom cell component in AG-Grid for when the type of a column is one of:
STRUCT("from" VARCHAR, "value" VARCHAR)[]
STRUCT("role" VARCHAR, "content" VARCHAR)[]
This can be designed to be very extensible so others can contribute custom renderers easily.
What if we could have a one click to turn
Before
into a view like this
After