ui
ui copied to clipboard
feat(Table): add rowClass to columns list
๐ Linked issue
โ Type of change
- [x] ๐ Documentation (updates to the documentation or readme)
- [ ] ๐ Bug fix (a non-breaking change that fixes an issue)
- [ ] ๐ Enhancement (improving an existing functionality)
- [x] โจ New feature (a non-breaking change that adds functionality)
- [ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
This allows the columns list to specify a class to be set on the rows columns.
Implements the idea from my comment here: https://github.com/nuxt/ui/issues/527#issuecomment-2041438113
๐ Checklist
- [x] I have linked an issue or discussion.
- [x] I have updated the documentation accordingly.
I could add more info to the documentation about this feature if wanted.