-
Notifications
You must be signed in to change notification settings - Fork 593
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this 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.
…n as a wrapper that allows to pass a default value.
✅ Live Preview ready!
|
Thanks! 😊 |
You're welcome! 😉 |
Thanks @vladyslav-mikhieiev . I was too scared to do a PR. I am new to contributing to open source stuff. |
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Resolves #363
Support getting nested values for UTable columns using lodash get function