function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Guru Dev 6Guru Dev 6 

Hi all,onscroll the lightning component fixed header at the top ,csutom component header should be fixed when onscroll the page .please help me with that.

when i scroll down ,the component header is always fiexd below the data
Syed Insha Jawaid 2Syed Insha Jawaid 2
HI Guru

This can be acheived using standard slds classes. slds-table–header-fixed_container and slds-cell-fixed
PFB the link for reference: https://salesforce.stackexchange.com/questions/183660/slds-table-with-fixed-header

Cheers!!!