In Data Tables, Can the Row Name and Item Name be the same?

Row name is the Primary Key for the row. It’s what you use to fetch a specific row.

Whether you have a column that matches the row name is entirely up to your design and usage. Yet in general it points to a design issue.

1 Like