Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
When Column Header are made fixed then on scroll the columns which pass(scroll) by fixed column are made hidden ?
posted

eg :

I have 12 column from col1 to col12 of which col1 is made is made Header = FIXED.

Now when the scroll is done from Left to Right then col2, col3 and so on gets behinds the col1 due to Fixed header behavior.

So is it that those column become hidden ?.

How do i track the col2 & col3 position & visibility while scroll is going on.