Fixed Column Issue, only the header is fixed.

Fixed Column Issue, only the header is fixed.

jjbcodejjbcode Posts: 12Questions: 3Answers: 0

Hi, I am having an issue using fixedColumn. I want to make a table with two left fixed Columns but for some reason only the header is fixed. Has anyone had this same issue? I see that the columns do have the fixed column class but they are not working. I am trying to do this for a mobile screen size. I used the Debugger and it seems to be all is good. Any help is much appreciated.

Answers

  • allanallan Posts: 61,716Questions: 1Answers: 10,108 Site admin

    Happy to have a look at a test case showing the issue.

    Allan

  • jjbcodejjbcode Posts: 12Questions: 3Answers: 0

    Allan, what is the best way to show a test case. this is on my local machine at work

  • kthorngrenkthorngren Posts: 20,302Questions: 26Answers: 4,769

    See this page for options. Build a test environment that replicates the issues you are seeing. For this issue the actually data doesn't matter.

    Kevin

  • jjbcodejjbcode Posts: 12Questions: 3Answers: 0

    Hi, thanks for the replies. For some reason overflow hidden was on the table and that was stopping the columns from becoming sticky. Thanks again

Sign In or Register to comment.