FixedHeader too wide when fixed

FixedHeader too wide when fixed

cblackcblack Posts: 3Questions: 2Answers: 0

Hello,

I have the FixedHeader working here http://clb0212.wpengine.com/publications/ on a public test site.

When I scroll down, it is a correct fixed header, but the header size is twice as wide as it should be. What am I doing wrong?

thanks!
Christina Black

Answers

  • cblackcblack Posts: 3Questions: 2Answers: 0
    <script>
    
    jQuery(document).ready( function () {
    
        jQuery('#publications-table').DataTable( { "responsive": true, "order": [[ 2, 'desc' ]], "paging": false, "info": true, "searching": true, 
            "fixedHeader": { header: true }  }  ); 
        
    } );
    
    </script>
    
  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    I'm not seeing a FixedHeader , have you disabled it?

    Colin

This discussion has been closed.