Does SwiftUI have an equivalent of `UIAccessibilityContainerDataTableCell`?

I want to let voice over read "row header", "row column", I could implement it by UIAccessibilityContainerDataTableCell in UIKit, but I didn't find any equivalent in SwiftUI. Is there any other way I can work around this?

Thanks for your feedback! SwiftUI doesn't support this today, but this is something our engineering team is investigating.

Does SwiftUI have an equivalent of `UIAccessibilityContainerDataTableCell`?
 
 
Q