You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered: