• Resolved jjgordo2

    (@jjgordo2)


    Hello there … I bought the pro upgrade thinking that I’d be able to freeze certain columns, but I’ve been unable to figure out how to do it. Even if I turn off sorting for the column, if I sort ANOTHER column the first column jumps around. Hoping there’s a solution for this!

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Support juniorninja

    (@mrkevinmiller)

    Hello @jjgordo2
    We have some custom code for it. Just add this css to your tables custom css.

    #footable_parent_NT_ID   tbody tr td:nth-child(1),#footable_parent_NT_ID   thead tr th:nth-child(1){
       position: sticky;
       position: -webkit-sticky;
       left: 0;
       z-index: 1;
       background: #fafafb;
       font-weight:bold;
    }
    #footable_parent_NT_ID .foo-table{
       max-width: -webkit-fit-content !important;

    For more rapid response please use our own support system https://wpmanageninja.com and do not hesitate to contact us for further queries.

    Thanks,
    Kevin Miller
    Support Manager
    Wpmanageninja Team

Viewing 1 replies (of 1 total)
  • The topic ‘Need to freeze first column’ is closed to new replies.