b_bouri
03-04-2024Cloud Apps
Showing Modals on Pivot Table
Is there any way we can display a Pop-up modal in a Pivot table?
Lets say I have a List customers and 50 of them are buying iPhone 12 from Delhi.
My data look like this:
Store | Products | Num purchase |
Delhi | iPhone 12 iPhone 13 iPhone 14 | 50 10 90 |
So when clicking on iPhone 12, I want to show a modal containing a list of Customers who bought iPhone 12 in a tabular format.
Is it possible to achieve something like that?