Can I apply different styling for a specific row in a data table?
This is my code:
here is a codepen that produces a similar result to what you're looking for. It uses the style binding syntax referenced by Daniel's comment above.
https://codepen.io/lshapz/pen/jxmgyx
If you want the whole row to have a red line (or in my example a red background), you'll need to wrap the three td in a tr. If you just want it on the id cell, then you can add
{{ props.item.id }}