How to display a many-to-many relationship in two QtableViews with PyQT6 and Python?
I have a database with a m:n relationship (many-to-many relationship) between the products and components (e.g. UIs, screws etc.). When a row in products table is selected, all installed components shoud be displayed in a second QTableView.