• Jon White
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I need to implement a scrollable data table in my current project. The way I am doing it right now is to create two tables, one only contains header, and the other one only contains body.But this methods brings in problem with alignment. I see that in lightning standard page, there are scrollable tables, so wanna ask is there a standard way doing this that won't bring about any problems?