Dynamic headeroffset for fixedheader
Dynamic headeroffset for fixedheader
 Ludde            
            
                Posts: 43Questions: 11Answers: 0
Ludde            
            
                Posts: 43Questions: 11Answers: 0            
            
            
                            
                                  in FixedHeader             
        Dear All,
I need some help from you.
I would like to have a table with fixed header. My html header will change height dependent on the window size. How can I make the headerOffset dynamic to follow the html header? Is it possible?
I have made an example that can be found here:
https://jsfiddle.net/xeavcts2/
Cheers Ludde
This discussion has been closed.
            
Replies
I found the API: table.fixedHeader.headerOffset();
Thanks for a great components!