FC 4.0 with more than 1 column fixed

FC 4.0 with more than 1 column fixed

cthenardcthenard Posts: 2Questions: 0Answers: 0

Hi,

i'm using DT for my personal job (btw amazing job from all of you :hushed: ) and i am updating our plugins (so FC 4.0 is a part of it).

We are paging every table in our apps. I saw that when i am fixing more than 1 column (left and/or right) the columns are not fixed when you go on another page (2,3,4...) first column is still fixed (and the others too btw) in the CSS of the other columns, you can see that they are all in "position: sticky" (this of course is ok) but they are all with "left: 0" (for fixed columns left) or "right: 0" (for fixed columns right)

it's happening on every example in your website, but you couldn't see it bc you are testing (as i can see on your website) with "paging: false"

testing case : https://jsfiddle.net/23xmzuke/5/

Thanks :)

Replies

Sign In or Register to comment.