Fixed Column Issue, only the header is fixed.
Fixed Column Issue, only the header is fixed.
jjbcode
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
Happy to have a look at a test case showing the issue.
Allan
Allan, what is the best way to show a test case. this is on my local machine at work
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
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