Open reedes opened 2 years ago
In Monterey and onward, Lists support this style with the following modifier:
TablerList(listConfig,
header: header,
row: row,
results: fruits)
.listStyle(.inset(alternatesRowBackgrounds: true))
It'd be nice to support a similar effect for Stack and Grid based tables.
Much like Apple's
Table
component supports them.