Ability to add custom column data (specifically class) to automatically showing selectable column
Opened this issue · 2 comments
719media commented
For what version of Nuxt UI are you suggesting this?
v2.x
Description
How can add a class to the "selectable" column? Other columns I can use the class
attribute (https://ui.nuxt.com/components/table#columns) for the column, but for the automatically showing "selectable" column, there's no such way to customize it
Additional context
No response
rdjanuar commented
719media commented
Thanks for the comment, but I'm looking to define the column itself, not just rows when they are selected.
See the following example: https://stackblitz.com/edit/nuxt-ui-rjjsgr?file=app.vue