Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open to contribution for nested tables? #346

Open
jkatz-figma opened this issue Jan 28, 2025 · 0 comments
Open

Open to contribution for nested tables? #346

jkatz-figma opened this issue Jan 28, 2025 · 0 comments

Comments

@jkatz-figma
Copy link

Hello, I noticed that there isn't support for nested arrow tables.

E.g. if I have a table with columns like

{ 
   foo: Utf8,
   bar: Struct({
            baz1: Utf8
            baz2: Utf8
   })
}

Then it simply fails to display. I would like it to show columns

foo | bar.baz1 | bar.baz2

I would be happy to contribute this but wanted to check if you're open to it before I do the work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant