Issue: No Dynamic Row Styling Support in Nuxt UI Table
We need to conditionally apply CSS classes to table rows based on the row's data . However, the Nuxt UI UTable component doesn't provide a suitable mechanism for this.
Root Cause
The Nuxt UI Table component (which wraps TanStack Table) doesn't expose:
A slot for individual row (tr) elements with access to row data and automatic cell rendering
A way to pass dynamic classes to rows through the ui configuration prop
Access to row context in a way that allows conditional styling per row
Root Cause
The Nuxt UI Table component (which wraps TanStack Table) doesn't expose:
A slot for individual row (tr) elements with access to row data and automatic cell rendering
A way to pass dynamic classes to rows through the ui configuration prop
Access to row context in a way that allows conditional styling per row
