Start from the exact rows and keep row IDs out of the numeric feature matrix.
Start with three displayed rows
Rows A, B, and C each have first-feature, second-feature, and y cells. Row A has first-feature 1, second-feature 2, and y=5.
A: xfirst=1, xsecond=2, y=5
Keep row IDs as labels
A, B, and C name rows. They are not numeric feature cells and they do not enter X.
row ids label rows; they stay outside X
The whole pinned table stays visible
Row B has feature cells 2 and 1. Row C has feature cells 3 and 3.
B:(2,1),C:(3,3)