Any CSS for making the first column be static?

Does anyone know how CSS to make the first column of table be static?

Thanks in advance.

What do you mean by static?

He means this, but for horizontal direction.

I once lost access to your library, because it used a long key. This needs to be thought about rather than creating a new one.

That’s the only way it can kind of work without users signing in though.

.className td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-width: 2.0rem !important;
    max-width: 3.0rem !important;
    background: white;
    z-index: 1; 
}

CSS-nya udah bisa dipakai, manstaaap! terima kasih @Himaladin :+1: :pray:

Your css-library is a great contribution! @ThinhDinh :+1: :handshake: