How do I implement a view in SwiftUI similar to the table below? The table is scrollable vertically and horizontally, able to sort it using any of the columns and when clicked on row, it opens another view with details.
The image is from an app called Thinkorswim which is a broker for trading stocks. The spark chart column can be ignored.
Thanks!