I would like to use your Vue components to implement the following functionality:
Two Interdependent Grids: I need two grids, one above the other, where selecting a row in the top grid highlights the corresponding row in the bottom grid, and vice versa. Selecting a row in the bottom grid should highlight the corresponding row in the top grid.
Dynamic Row Updates Based on Product Selection: When adding new data in the top grid and selecting a product name, the bottom grid should dynamically add or remove related data rows (which could include single or multiple rows).
Do you have any examples or guidance on how to achieve this? If available, could you please send them to my
Thank you very much for your help!