Table

Tables display structured data in rows and columns. They are the most efficient way to present comparable information at scale. Use them for data that benefits from sorting, scanning, and comparing across multiple attributes.

Source Code