There is common scenario to freeze the table header and providing scrollbar to table body. This can be achieved by using standard slds classes no need to add custom CSS for that.
You have to use below mentioned slds classes:
You have to use below mentioned slds classes:
- slds-table--header-fixed_container : add this class on div by specifying the height for div
- slds-table--header-fixed :add this class to table
- slds-cell-fixed: add this class to <th> tag.
I have created a sample to display account list in data table inside slds card. Please find below sample code:
Hope this will help!!!