Spacing between rows in perspective tables

Is there a way to add spacing between rows in perspective tables? In normal CSS it would be border-spacing: 0 10px. That doesn’t seem to work here. Any tips?

You can give a margin to the rows

I would have thought so also, but it just adds a margin above the very first row and it gets cropped off the bottom.

So I figured it out. The issue (and this might be a bug) was that I needed to set virtualized to false. It doesn’t work when set to true.