How to fix Perspective Table Column

So the Perspective Table has column headers already but doesn't have row headers. I'm going to be implementing a table that may potentially have a lot of columns and will be scrollable horizontally. I want a column on the left that stays fixed in place as the rest of the table is scrolled horizontally, to functionally act as a row header. I've tried styling the column to have a fixed/absolute position that doesn't seem to work at all. Does anyone know of a solution?

Bonus problem: in the end I'd like to also have a row footer column, meaning having the rightmost column be fixed on the right side as well.

Rough mockup to illustrate what it is I want to implement:

Hi Jason,

As you mentioned, there is no option to have row headers in a Perspective Table. You could get creative with coordinate and flex containers to build something like in your example.