- 
                Notifications
    
You must be signed in to change notification settings  - Fork 104
 
Open
Description
Hello,
I am wondering if is there any solution for navigating to different items inside the QGrid.
When clicking in an item it processes all the items click actions and navigates to all the links one after the other.
QGrid(self.dashboardViewModel.dashboardItems, columns: 2, isScrollable: false, showScrollIndicators: false) { dashboardItem in
    NavigationLink(destination: PlayerProfileView(playerLocalId: dashboardItem.actionId)) {
        DashboardItem(dashboardItemVE: dashboardItem)
    }.buttonStyle(PlainButtonStyle())
}
Metadata
Metadata
Assignees
Labels
No labels