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

feat(Table): support nested keys in columns #503

Merged
merged 5 commits into from
Aug 9, 2023

Conversation

vladyslav-mikhieiev
Copy link
Contributor

Resolves #363

Support getting nested values for UTable columns using lodash get function

@vercel
Copy link

vercel bot commented Aug 5, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
ui ✅ Ready (Inspect) Visit Preview Aug 8, 2023 7:23pm

Copy link
Member

@benjamincanac benjamincanac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to document the getRowData function as slot scope properties in the <column>-data slot.

@nuxt-studio
Copy link

nuxt-studio bot commented Aug 8, 2023

Live Preview ready!

Name Edit Preview Latest Commit
ui Edit on Studio ↗︎ View Live Preview e68fd8a

@benjamincanac benjamincanac changed the title feat(Table): Support nested keys feat(Table): support nested keys in columns Aug 9, 2023
@benjamincanac benjamincanac merged commit 82579cd into nuxt:dev Aug 9, 2023
1 check passed
@benjamincanac
Copy link
Member

Thanks! 😊

@vladyslav-mikhieiev
Copy link
Contributor Author

You're welcome! 😉

@BayBreezy
Copy link

Thanks @vladyslav-mikhieiev . I was too scared to do a PR. I am new to contributing to open source stuff.
I am getting the hang of it tho

benjamincanac added a commit that referenced this pull request Sep 7, 2023
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
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

Successfully merging this pull request may close these issues.

Support getting nested values with dot notation for UTable columns
3 participants