In a static data table, should rows be highlighted on hover?
My team is building a Material Design table component. The Material Design guidelines on data tables state:
Row hover (Desktop)
Display a background in a table row if a user hovers over any part of that row.
It is worth noting that our data tables don't have checkboxes or other selection controls on them. They're read only.
Does this make sense for a non-interactive data table? Would users expect to be able to highlight rows on hover? Does it help with readability?