Striped Rows for LiveData tables?

So, I am currently undecided between the standard LiveTable that is created automatically for AppWithinMinutes, or using a LiveData table.

The LiveData table allow pre-filtering (like not showing pages with the a boolean field “Outdated” set to Yes)

On the other hand, LiveTable has STRIPED rows, which makes it much more pleasing to look at and select and find relevant data.

I checked the documentation and found no way to make LiveData with stripped rows similar to LiveTable.

Any tip would be welcomed.