• Hi,

    is this possible to fix the first column? I have try something like this:

    tr td:first-child, tr th:first-child {
        position:absolute;
        width:200px;
        left:0;
        top:auto;
        background:#F8F8F8;
        z-index:1;
    }
    
    .stacktable.large-only {
        margin-left: 11.5em;
    }
    

    but it’s not work correctly. Can anyone help me?

  • The topic ‘Fixed first column’ is closed to new replies.