You have two options to prevent the automatic highlighting of a row on hover:

<ul class="Vlt-list Vlt-list--simple">
	<li>Prevent it in the entire table: <code>Vlt-table--nohighlight</code> on the table wrapper</li>
	<li>Prevent it on specific rows: <code>Vlt-table__row--nohighlight</code> on those rows</li>
</ul>

**Note:** rows only highlight on hover on big screens, to prevent click issues on mobile