Hacker News new | ask | show | jobs
by qaq 2231 days ago
SwiftUI lacks many basic widgets like table.
2 comments

To specify, it does contain what SwiftUI calls a List. And each row in the list can of course contain a number of widgets, so you can approximate a table.

However for the desktop, a good real table, with columns, would be nice.

Creating a quality table widget would likely take more resources than the app in many cases
A CollectionView alternative you probably mean?