How to freeze columns in a Base table?

I have a database with a few dozens fields and when I view my table, I am looking for a way to freeze the first column with the primary key for example so I can scroll to the right to other fields while still seeing my ID. Is there a way to do this in Base?

Hello,

This is not a great solution but there is not much available either.

See → Lock a column in Base

Edit:

Please note that this is for a Table grid control in a form. As for a table data view there is nothing to my knowledge available.

You can also do something on a form without any code where the table grid is the main form and you have a sub form of the same table with just the key field for display. Link on that field and you will always have the key displayed even when scrolling to the right.

Might just do the trick, thanks for that.